[PATCH] gnu: crun: Update to 1.16.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 7 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
c31767ca44baea965d54cc5be6fb587446de67ce.1723580366.git.~@wolfsden.cz
* gnu/packages/containers.scm (crun): Update to 1.16.1.

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

Toggle diff (27 lines)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 58702f64ac..a6fb747c47 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -67,7 +67,7 @@ (define-module (gnu packages containers)
(define-public crun
(package
(name "crun")
- (version "1.16")
+ (version "1.16.1")
(source
(origin
(method url-fetch)
@@ -77,7 +77,7 @@ (define-public crun
"/crun-" version ".tar.gz"))
(sha256
(base32
- "0m7z9jm6fwjwnp3ch4jm4ygsapqxs6qr4fpd099vhfm5mlczfczq"))))
+ "17i8vwj9zmr6dvi1w9i359vwr3rzwa9g03q83rz9w32ghzj8sm3h"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-systemd")

base-commit: 803fe46921f8c41b9ba6030865a1ff3998fbe8b7
prerequisite-patch-id: d3551ee4ba7cc428f89a8165248a73ec737bc5c9
--
2.45.2
jgart wrote 7 months ago
(address . 72608-done@debbugs.gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
87sev6r3c4.fsf@dismail.de
Applied, thanks!
--
all the best,
jgart
Closed
?
Your comment

This issue is archived.

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

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