mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: go-github-com-opencontainers-runtime-spec: Update to 1.2.1.
* gnu/packages/golang-xyz.scm (go-github-com-opencontainers-runtime-spec): Update to 1.2.1. Change-Id: I3588067c010a6457c21bbe14b8f5eaef66103faf
This commit is contained in:
parent
465277384d
commit
b62d909d52
1 changed files with 2 additions and 2 deletions
|
@ -13980,7 +13980,7 @@ container image format spec (OCI Image Format).")
|
|||
(define-public go-github-com-opencontainers-runtime-spec
|
||||
(package
|
||||
(name "go-github-com-opencontainers-runtime-spec")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -13989,7 +13989,7 @@ container image format spec (OCI Image Format).")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "102smpg308dq984f6zkjzwq5jz8jbfswiwfwxcrp1hh197jydxf9"))))
|
||||
(base32 "0bh2awpdmbjh65js45vidm3s2pf42jykgad5wb772pysd7qnphbv"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue