[PATCH] gnu: skopeo: Update to 1.15.2.

  • 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 8 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
92ee42e6dcabfe07b8ed731cdf5b037a0728f489.1720774483.git.~@wolfsden.cz
* gnu/packages/virtualization.scm (skopeo): Update to 1.15.2.

Change-Id: I45baf61208792e71dff8d8e4b8f5bf4f591ed107
---
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 4ff9676e79..797ac79a53 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2288,7 +2288,7 @@ (define-public umoci
(define-public skopeo
(package
(name "skopeo")
- (version "1.15.1")
+ (version "1.15.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2297,7 +2297,7 @@ (define-public skopeo
(file-name (git-file-name name version))
(sha256
(base32
- "0fhw3jrbklpz7kb1kdwn2hg3v2jyyz30710wkd0wlpfz4fyzmzb6"))))
+ "13y1fmv78hh5ycm7xlsg851y17s223q13b9srksnq6jcwgprqkm8"))))
(build-system gnu-build-system)
(native-inputs
(list go-1.21
--
2.45.2
Ludovic Courtès wrote 8 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 72070-done@debbugs.gnu.org)
87r0boqtnm.fsf@gnu.org
Tomas Volf <~@wolfsden.cz> skribis:

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

Applied, thanks!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 72070
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