unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74824] [PATCH] gnu: crun: Update to 1.19.
@ 2024-12-12 11:56 Tomas Volf
  2024-12-13 12:51 ` bug#74824: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-12-12 11:56 UTC (permalink / raw)
  To: 74824; +Cc: Tomas Volf

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

Change-Id: Iadebc4419293075c78a377e27fe5c6cdfc6c373c
---
 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 c638736cda..64267e033b 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.18.2")
+    (version "1.19")
     (source
      (origin
        (method url-fetch)
@@ -77,7 +77,7 @@ (define-public crun
              "/crun-" version ".tar.gz"))
        (sha256
         (base32
-         "0hj4nb65pg4bv0ki04mrfirjac96d4bkv94pnp63cb73k2ik1mgx"))))
+         "1c42wvgrriy79agpfdid1zw7mk1vx03q60jh3pivv91jd29y8ypk"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.46.0





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

* bug#74824: [PATCH] gnu: crun: Update to 1.19.
  2024-12-12 11:56 [bug#74824] [PATCH] gnu: crun: Update to 1.19 Tomas Volf
@ 2024-12-13 12:51 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-12-13 12:51 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 74824-done

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

Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/containers.scm (crun): Update to 1.19.
>
> Change-Id: Iadebc4419293075c78a377e27fe5c6cdfc6c373c
> ---
>  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 c638736cda..64267e033b 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.18.2")
> +    (version "1.19")
>      (source
>       (origin
>         (method url-fetch)
> @@ -77,7 +77,7 @@ (define-public crun
>               "/crun-" version ".tar.gz"))
>         (sha256
>          (base32
> -         "0hj4nb65pg4bv0ki04mrfirjac96d4bkv94pnp63cb73k2ik1mgx"))))
> +         "1c42wvgrriy79agpfdid1zw7mk1vx03q60jh3pivv91jd29y8ypk"))))
>      (build-system gnu-build-system)
>      (arguments
>       (list

pushed, closing.

[-- 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-12-13 12:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-12 11:56 [bug#74824] [PATCH] gnu: crun: Update to 1.19 Tomas Volf
2024-12-13 12:51 ` bug#74824: " Zheng Junjie

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).