1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +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:
Sharlatan Hellseher 2025-07-10 13:12:44 +01:00
parent 465277384d
commit b62d909d52
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -13980,7 +13980,7 @@ container image format spec (OCI Image Format).")
(define-public go-github-com-opencontainers-runtime-spec (define-public go-github-com-opencontainers-runtime-spec
(package (package
(name "go-github-com-opencontainers-runtime-spec") (name "go-github-com-opencontainers-runtime-spec")
(version "1.2.0") (version "1.2.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -13989,7 +13989,7 @@ container image format spec (OCI Image Format).")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "102smpg308dq984f6zkjzwq5jz8jbfswiwfwxcrp1hh197jydxf9")))) (base32 "0bh2awpdmbjh65js45vidm3s2pf42jykgad5wb772pysd7qnphbv"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list