Merge branch 'master' into core-updates

This commit is contained in:
Marius Bakke 2020-04-11 17:00:30 +02:00
commit c6d02bcf1b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
18 changed files with 203 additions and 127 deletions

View file

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