all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73960] [PATCH] gnu: crun: Update to 1.18.
@ 2024-10-23  0:04 Tomas Volf
  2024-10-23 16:10 ` bug#73960: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-10-23  0:04 UTC (permalink / raw)
  To: 73960; +Cc: Tomas Volf

* gnu/packages/containers.scm (crun): Update to 1.18.

Change-Id: Ie5dd6293804b1edf74a63015de37a3d2098512b4
---
 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 891e7339e7..e10459abff 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.17")
+    (version "1.18")
     (source
      (origin
        (method url-fetch)
@@ -77,7 +77,7 @@ (define-public crun
              "/crun-" version ".tar.gz"))
        (sha256
         (base32
-         "0x78ljwz32bfss0v32rfmahivmqv0qdsydfjsb0a7c602jc60rmp"))))
+         "0alhcdbb83bsqnvy50p9cjnmslxfmxsyk1b66whd62p5a2rp0fx8"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-systemd")
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#73960: [PATCH] gnu: crun: Update to 1.18.
  2024-10-23  0:04 [bug#73960] [PATCH] gnu: crun: Update to 1.18 Tomas Volf
@ 2024-10-23 16:10 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-10-23 16:10 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 73960-done

[-- Attachment #1: Type: text/plain, Size: 1060 bytes --]

Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/containers.scm (crun): Update to 1.18.
>
> Change-Id: Ie5dd6293804b1edf74a63015de37a3d2098512b4
> ---
>  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 891e7339e7..e10459abff 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.17")
> +    (version "1.18")
>      (source
>       (origin
>         (method url-fetch)
> @@ -77,7 +77,7 @@ (define-public crun
>               "/crun-" version ".tar.gz"))
>         (sha256
>          (base32
> -         "0x78ljwz32bfss0v32rfmahivmqv0qdsydfjsb0a7c602jc60rmp"))))
> +         "0alhcdbb83bsqnvy50p9cjnmslxfmxsyk1b66whd62p5a2rp0fx8"))))
>      (build-system gnu-build-system)
>      (arguments
>       `(#:configure-flags '("--disable-systemd")

push, and use G-expressions.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-23 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-23  0:04 [bug#73960] [PATCH] gnu: crun: Update to 1.18 Tomas Volf
2024-10-23 16:10 ` bug#73960: " Zheng Junjie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.