mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06: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:
parent
9e27672091
commit
50c18df92f
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue