[PATCH] gnu: skopeo: Update to 1.18.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 4 weeks ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
245e0838c5184e562cc497a70afb6476a895d27e.1739564994.git.~@wolfsden.cz
* gnu/packages/virtualization.scm (skopeo): Update to 1.18.0.

Change-Id: I94f96a7a5c12c315a8b2708dea7b5c65bc202ef8
---
gnu/packages/virtualization.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index e2ecd3e722..9ab65e6c6c 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2352,7 +2352,7 @@ (define-public umoci
(define-public skopeo
(package
(name "skopeo")
- (version "1.17.0")
+ (version "1.18.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2361,7 +2361,7 @@ (define-public skopeo
(file-name (git-file-name name version))
(sha256
(base32
- "0jbz9717hjl8ymkg47nnv87c1hassksn1wvky3z3qfl6d041x1i2"))))
+ "1rql5yw1ppvh2fppan413irn11jplxj8kmna0zrsy9kniiskbkas"))))
(build-system gnu-build-system)
(native-inputs
(list go-1.22
--
2.48.1
Ludovic Courtès wrote 3 weeks ago
(name . Tomas Volf)(address . ~@wolfsden.cz)
877c5nji4o.fsf@gnu.org
Tomas Volf <~@wolfsden.cz> skribis:

Toggle quote (4 lines)
> * gnu/packages/virtualization.scm (skopeo): Update to 1.18.0.
>
> Change-Id: I94f96a7a5c12c315a8b2708dea7b5c65bc202ef8

Applied, thanks!
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76293@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76293
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help