me
/
guix
Archived
1
0
Fork 0

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>
master
Hilton Chain 2022-11-08 07:44:45 +08:00 committed by Ludovic Courtès
parent 489d7cd13b
commit fd7f1dbb20
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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