mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-opencontainers-image-spec-1.0.2.
* gnu/packages/golang-xyz.scm (go-github-com-opencontainers-image-spec-1.0.2): New variable. Change-Id: I8e7c996386e80a93dbaff32de518ffc583c8950d
This commit is contained in:
parent
22bafb61d3
commit
3b3d1dc1f2
1 changed files with 24 additions and 0 deletions
|
@ -15622,6 +15622,30 @@ digests with little effort.")
|
|||
container image format spec (OCI Image Format).")
|
||||
(license license:asl2.0)))
|
||||
|
||||
;; For umoci@1.5.0, remove when a fresh version is released.
|
||||
(define-public go-github-com-opencontainers-image-spec-1.0.2
|
||||
(hidden-package
|
||||
(package
|
||||
(inherit go-github-com-opencontainers-image-spec)
|
||||
(name "go-github-com-opencontainers-image-spec")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/opencontainers/image-spec")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1wcw1z39wjx338406ga86a41f5ird0yc4ab3c70nfhkpkvjjzhkm"))))
|
||||
(arguments
|
||||
(list #:skip-build? #t
|
||||
#:tests? #f
|
||||
#:import-path "github.com/opencontainers/image-spec"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-pkg-errors)))))
|
||||
|
||||
(define-public go-github-com-opencontainers-runc
|
||||
(package
|
||||
(name "go-github-com-opencontainers-runc")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue