1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-20 21:04:08 +02:00

gnu: skopeo: Update to 1.22.1.

* gnu/packages/virtualization.scm (skopeo): Update to 1.22.1.

Merges: https://codeberg.org/guix/guix/pulls/7774
Change-Id: I64842085b839f6834dcc0e6bfde1fb04e39cf1cc
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Foster Hangdaan
2026-04-09 17:01:27 -04:00
committed by Sharlatan Hellseher
parent f03404bd1f
commit c19366a10f
+2 -2
View File
@@ -2560,7 +2560,7 @@ Open Container Initiative (OCI) image layout and its tagged images.")
(define-public skopeo
(package
(name "skopeo")
(version "1.22.0")
(version "1.22.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2569,7 +2569,7 @@ Open Container Initiative (OCI) image layout and its tagged images.")
(file-name (git-file-name name version))
(sha256
(base32
"0gj9idhhl76n5zbi38h229w4ycpsx125gfmhpbwfz4gwwjm0w4qi"))))
"0h32h02dvh6dx587idqi11938k293kawvd4d3xk5hwdi6cmpabri"))))
(build-system gnu-build-system)
(native-inputs
(list go-1.24