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 @@ virtual machines.")
(define-public bubblewrap
(package
(name "bubblewrap")
(version "0.6.1")
(version "0.8.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/containers/bubblewrap/"
@ -2131,7 +2131,7 @@ virtual machines.")
version ".tar.xz"))
(sha256
(base32
"10ij62jg7p2scwdx0pm141ss7p2gjdkbbymb56y8miib2vfcf2cn"))
"0fik7l8rm4yjkasskj7gw52s8jg3xfy152wqisw3s0xrklad2ylm"))
(patches (search-patches "bubblewrap-fix-locale-in-tests.patch"))))
(build-system gnu-build-system)
(arguments