[PATCH] gnu: crun: Update to 1.19.1.

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

Debbugs page

Tomas Volf wrote 3 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
6342ff3624fe56de93319ed0da24e2f253ccff2f.1734527519.git.~@wolfsden.cz
* gnu/packages/containers.scm (crun): Update to 1.19.1.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 9408f9b353..5016cf5015 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -68,7 +68,7 @@ (define-module (gnu packages containers)
(define-public crun
(package
(name "crun")
- (version "1.19")
+ (version "1.19.1")
(source
(origin
(method url-fetch)
@@ -78,7 +78,7 @@ (define-public crun
"/crun-" version ".tar.gz"))
(sha256
(base32
- "1c42wvgrriy79agpfdid1zw7mk1vx03q60jh3pivv91jd29y8ypk"))))
+ "1hf8ggkw9wiznlp7xarjjrmhgpdmqxzaq0a41wd18h360s1z5a9j"))))
(build-system gnu-build-system)
(arguments
(list
--
2.46.0
Zheng Junjie wrote 3 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 74945-done@debbugs.gnu.org)
87y108uer3.fsf@iscas.ac.cn
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (29 lines)
> * gnu/packages/containers.scm (crun): Update to 1.19.1.
>
> Change-Id: I6e10bcf654e53f45ad170b1751052bc34953b5ec
> ---
> gnu/packages/containers.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
> index 9408f9b353..5016cf5015 100644
> --- a/gnu/packages/containers.scm
> +++ b/gnu/packages/containers.scm
> @@ -68,7 +68,7 @@ (define-module (gnu packages containers)
> (define-public crun
> (package
> (name "crun")
> - (version "1.19")
> + (version "1.19.1")
> (source
> (origin
> (method url-fetch)
> @@ -78,7 +78,7 @@ (define-public crun
> "/crun-" version ".tar.gz"))
> (sha256
> (base32
> - "1c42wvgrriy79agpfdid1zw7mk1vx03q60jh3pivv91jd29y8ypk"))))
> + "1hf8ggkw9wiznlp7xarjjrmhgpdmqxzaq0a41wd18h360s1z5a9j"))))
> (build-system gnu-build-system)
> (arguments
> (list
pushed, closing.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmdn+tAACgkQO1qpk+Gi
3/A4Wg//UqXyU4E87aWhaQ+amu/mLkz3Y12hsLEya69x/CLT1OZrtQ8X1yLvaJyp
tn4f4a2Qn378mKaC026XPH2RKGz22R4S5BZlHd9QhGh9YDE3+VXKERMIS/VJRCYq
AIT6I+nY1fNTRzM91ItDcc34x4snWOFw2YgOvo0ZgJC2K3ZCEJakqLyIaXc5O+0Y
J44deOHhm7do4oHmuapI1mqib8ZZ519+YzrFjtZW9Xxp3pHfCmIzL7TZCg2czsuT
FgPpN59ahSNo1Ir8dfkzj7bstV7ezYUD3hO/k8JOTEY543LhR+5Yb07uZ+KJmMWZ
Y1wDz72HML7+gINlJVjTyrAzTP4gKCSL/Zo8D6+9AN4nMjaDZw+0XNEvCFOpBOGW
IpVCb/Oke/eEjolx5nesDb+9/mkWQJRa2EnNRQaJo/T0ZO+Mr8PXd7YMTadiJvXe
Tjruq8NylZjbGLpvBrKibYbKa6fw0lFNbUxyDQVDwNsz/+59msc8YGYWhmZbpNJ4
h6fG4bDJlM8icYQId+I3TK8PFcPrULY9ufsgKMkyvjQEvQK04FQGo3PUi2UNDhq0
jJXnJkpcdhOvBIY2GRTEf3hQEnx7kJDj4XMLQUSyfgCFEV5JVMgVostFHX2bVatd
ICJ5Jd651zzWhqPlXKHg35oV7aYznuwgNgCMxA280S7KyxLjQOQ=
=zAF+
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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