guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bubblewrap: Update to 0.7.0.


From: guix-commits
Subject: 01/02: gnu: bubblewrap: Update to 0.7.0.
Date: Thu, 1 Dec 2022 10:56:00 -0500 (EST)

civodul pushed a commit to branch staging
in repository guix.

commit fd7f1dbb200a00382f037022b004a991cf2bc18f
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Tue Nov 8 07:44:45 2022 +0800

    gnu: bubblewrap: Update to 0.7.0.
    
    * gnu/packages/virtualization.scm (bubblewrap): Update to 0.7.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/virtualization.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index c0334f1760..e011666324 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2021,7 +2021,7 @@ virtual machines.")
 (define-public bubblewrap
   (package
     (name "bubblewrap")
-    (version "0.6.1")
+    (version "0.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/containers/bubblewrap/";
@@ -2029,7 +2029,7 @@ virtual machines.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "10ij62jg7p2scwdx0pm141ss7p2gjdkbbymb56y8miib2vfcf2cn"))
+                "1p59hawgpf16mc01ybf6dfb2b96pk7h65ls0si9yldyh1c8bfjkn"))
                (patches (search-patches 
"bubblewrap-fix-locale-in-tests.patch"))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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