gnu: bubblewrap: Update to 0.8.0.

* gnu/packages/virtualization.scm (bubblewrap): Update to 0.8.0.
This commit is contained in:
Efraim Flashner 2023-03-08 08:56:16 +02:00
parent ee78ee065f
commit 5755c5b33c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2123,7 +2123,7 @@ (define-public python-vagrant
(define-public bubblewrap (define-public bubblewrap
(package (package
(name "bubblewrap") (name "bubblewrap")
(version "0.6.1") (version "0.8.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/"
@ -2131,7 +2131,7 @@ (define-public bubblewrap
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"10ij62jg7p2scwdx0pm141ss7p2gjdkbbymb56y8miib2vfcf2cn")) "0fik7l8rm4yjkasskj7gw52s8jg3xfy152wqisw3s0xrklad2ylm"))
(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