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>
This commit is contained in:
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

View file

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