gnu: skopeo: Update to 1.19.0.

* gnu/packages/virtualization.scm (skopeo): Update to 1.19.0.
[native-inputs]: Use go-1.23.

Change-Id: I710f5253a51b72a4bdfa2737161b7abd968056bd
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Tomas Volf 2025-05-27 20:05:24 +02:00 committed by Andreas Enge
parent 9e27672091
commit 50c18df92f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2381,7 +2381,7 @@ Open Container Initiative (OCI) image layout and its tagged images.")
(define-public skopeo
(package
(name "skopeo")
(version "1.18.0")
(version "1.19.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2390,10 +2390,10 @@ Open Container Initiative (OCI) image layout and its tagged images.")
(file-name (git-file-name name version))
(sha256
(base32
"1rql5yw1ppvh2fppan413irn11jplxj8kmna0zrsy9kniiskbkas"))))
"1gwp8k9bxkis7qwcy7l2mrclii039fqrslvkb5q4rfhlrzqcqbay"))))
(build-system gnu-build-system)
(native-inputs
(list go-1.22
(list go-1.23
go-md2man
pkg-config))
(inputs