mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-24 19:21:24 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user