guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: bubblewrap: Update to 0.4.0.


From: guix-commits
Subject: 07/10: gnu: bubblewrap: Update to 0.4.0.
Date: Wed, 27 Nov 2019 18:35:39 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit fd5ccec796549eac23ceccc406e0b4a22ccdde01
Author: Marius Bakke <address@hidden>
Date:   Wed Nov 27 23:19:13 2019 +0100

    gnu: bubblewrap: Update to 0.4.0.
    
    * gnu/packages/virtualization.scm (bubblewrap): Update to 0.4.0.
---
 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 a832df6..fa7b07e 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1082,7 +1082,7 @@ virtual machines.")
 (define-public bubblewrap
   (package
     (name "bubblewrap")
-    (version "0.3.3")
+    (version "0.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/containers/bubblewrap/";
@@ -1090,7 +1090,7 @@ virtual machines.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1zsd6rxryg97dkkhibr0fvq16x3s75qj84rvhdv8p42ag58mz966"))))
+                "08r0f4c3fjkb4zjrb4kkax1zfcgcgic702vb62sjjw5xfhppvzp5"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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