guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: crun: Update to 1.4.5.


From: guix-commits
Subject: 01/03: gnu: crun: Update to 1.4.5.
Date: Sat, 4 Jun 2022 17:59:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a07bdc73355a69b8be404ed307bfc9dc08dfe755
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:01 2022 +0200

    gnu: crun: Update to 1.4.5.
    
    * gnu/packages/containers.scm (crun): Update to 1.4.5.
---
 gnu/packages/containers.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index c978be75ff..a156f4191c 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -47,10 +47,10 @@
   #:use-module (gnu packages web))
 
 (define-public crun
-  (let ((commit "8e5757a4e68590326dafe8a8b1b4a584b10a1370"))
+  (let ((commit "c381048530aa750495cf502ddb7181f2ded5b400"))
     (package
       (name "crun")
-      (version "1.3")
+      (version "1.4.5")
       (source
        (origin
          (method git-fetch)
@@ -59,7 +59,7 @@
                (commit commit)
                (recursive? #t)))
          (sha256
-          (base32 "01yiss2d57kwlxb7zlqzjwlg9fyaf19yjngd1mw9n4hxls3dfj3k"))
+          (base32 "0x2xmr5sv9ivvcv5fl5jjk4kq9b3n97s5hsqiqfwl4rz8qcz4xk1"))
          (file-name (git-file-name name version))))
       (build-system gnu-build-system)
       (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]