me
/
guix
Archived
1
0
Fork 0

gnu: bubblewrap: Update to 0.4.0.

* gnu/packages/virtualization.scm (bubblewrap): Update to 0.4.0.
master
Marius Bakke 2019-11-27 23:19:13 +01:00
parent 546c9fa660
commit fd5ccec796
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1082,7 +1082,7 @@ virtual machines.")
(define-public bubblewrap
(package
(name "bubblewrap")
(version "0.3.3")
(version "0.4.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/containers/bubblewrap/"
@ -1090,7 +1090,7 @@ virtual machines.")
version ".tar.xz"))
(sha256
(base32
"1zsd6rxryg97dkkhibr0fvq16x3s75qj84rvhdv8p42ag58mz966"))))
"08r0f4c3fjkb4zjrb4kkax1zfcgcgic702vb62sjjw5xfhppvzp5"))))
(build-system gnu-build-system)
(arguments
`(#:phases