diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-22 23:52:51 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-22 16:12:03 +0100 |
| commit | 3b3d1dc1f2174becdf498dec3d9350c4278191f4 (patch) | |
| tree | 8860d6df4dd1defdc0d6213439b9c0d3e7f79b31 /gnu/packages/golang-xyz.scm | |
| parent | 22bafb61d34514b31ebb669b0f090a64b71a8cef (diff) | |
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
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 4c4a2f2877..f7126c2d7e 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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") |
