GNU bug report logs - #78610
[PATCH] gnu: skopeo: Update to 1.19.0.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Tue, 27 May 2025 18:07:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tomas Volf <~@wolfsden.cz>
Subject: bug#78610: closed (Re: [PATCH] gnu: skopeo: Update to 1.19.0.)
Date: Sun, 01 Jun 2025 14:51:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#78610: [PATCH] gnu: skopeo: Update to 1.19.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 78610 <at> debbugs.gnu.org.

-- 
78610: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78610
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: Tomas Volf <~@wolfsden.cz>
Cc: 78610-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: skopeo: Update to 1.19.0.
Date: Sun, 1 Jun 2025 16:50:33 +0200
Pushed, thanks!

Andreas


[Message part 3 (message/rfc822, inline)]
From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: skopeo: Update to 1.19.0.
Date: Tue, 27 May 2025 20:05:24 +0200
* gnu/packages/virtualization.scm (skopeo): Update to 1.19.0.
[native-inputs]: Use go-1.23.

Change-Id: I710f5253a51b72a4bdfa2737161b7abd968056bd
---
 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 c6656d9f47..17c571164b 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2381,7 +2381,7 @@ (define-public umoci
 (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 @@ (define-public skopeo
               (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
-- 
2.49.0




This bug report was last modified 14 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.