summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/golang-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 59d7034afee..bd21b92dc12 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -23968,7 +23968,7 @@ containers on Linux according to the OCI specification.")
23968(define-public go-github-com-opencontainers-runtime-spec 23968(define-public go-github-com-opencontainers-runtime-spec
23969 (package 23969 (package
23970 (name "go-github-com-opencontainers-runtime-spec") 23970 (name "go-github-com-opencontainers-runtime-spec")
23971 (version "1.2.1") 23971 (version "1.3.0")
23972 (source 23972 (source
23973 (origin 23973 (origin
23974 (method git-fetch) 23974 (method git-fetch)
@@ -23977,7 +23977,7 @@ containers on Linux according to the OCI specification.")
23977 (commit (string-append "v" version)))) 23977 (commit (string-append "v" version))))
23978 (file-name (git-file-name name version)) 23978 (file-name (git-file-name name version))
23979 (sha256 23979 (sha256
23980 (base32 "0bh2awpdmbjh65js45vidm3s2pf42jykgad5wb772pysd7qnphbv")))) 23980 (base32 "0vih1hp1jlmp1m476cgj3afaqrpd8gid6h73yp5r0qalb7n0ar07"))))
23981 (build-system go-build-system) 23981 (build-system go-build-system)
23982 (arguments 23982 (arguments
23983 (list 23983 (list