mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: bubblewrap: Update to 0.8.0.
* gnu/packages/virtualization.scm (bubblewrap): Update to 0.8.0.
This commit is contained in:
parent
ee78ee065f
commit
5755c5b33c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue