[PATCH] gnu: crun: Update to 1.16.

  • 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)
8d52481876c10a4bf271776eb896319c954160fd.1723145285.git.~@wolfsden.cz
* gnu/packages/containers.scm (crun): Update to 1.16.

Change-Id: Ifc51abdad15ed6111db0a34b1146d17ff5de2f8a
---
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 a9d6c1afdf..3d90279167 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.15")
+ (version "1.16")
(source
(origin
(method url-fetch)
@@ -77,7 +77,7 @@ (define-public crun
"/crun-" version ".tar.gz"))
(sha256
(base32
- "0zq8vcn2vg9snaqmf8k5gngskiclpm1ln0hhs1vsw8w8igjs2fx0"))))
+ "0m7z9jm6fwjwnp3ch4jm4ygsapqxs6qr4fpd099vhfm5mlczfczq"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-systemd")

base-commit: fe7cadd7998bf0f7fc3825a5097d0815a9abe871
prerequisite-patch-id: 074da92ffdffd8559f9a942e86659c9a99b3b566
--
2.45.2
jgart wrote 7 months ago
(address . 72530-done@debbugs.gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
87sevdpk25.fsf@dismail.de
Applied!
--
all the best,
jgart
Closed
?
Your comment

This issue is archived.

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

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