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:
Sharlatan Hellseher 2025-07-22 23:52:51 +01:00
parent 22bafb61d3
commit 3b3d1dc1f2
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")