This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 50c18df92f gnu: skopeo: Update to 1.19.0.
50c18df92f is described below
commit 50c18df92fdb2cb1b0cd1bfe115216a38e7dcf19
Author: Tomas Volf <[email protected]>
AuthorDate: Tue May 27 20:05:24 2025 +0200
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 <[email protected]>
---
gnu/packages/virtualization.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 9bc34e3bc6..fe8fb550de 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -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