mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-07 05:05:07 +00:00
rosenthal: Remove bubblewrap-0.7.0.
* rosenthal/packages/virtualization.scm (bubblewrap-0.7.0): Delete variable. Version 0.8.0 is available in Guix now. https://git.savannah.gnu.org/cgit/guix.git/commit/?id=5755c5b33ceb92be4511afd167a0dc17a46a6d3d
This commit is contained in:
parent
41aa2300a6
commit
c4a4ba04a6
@ -6,20 +6,3 @@
|
|||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (gnu packages virtualization))
|
#:use-module (gnu packages virtualization))
|
||||||
|
|
||||||
;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59114
|
|
||||||
(define-public bubblewrap-0.7.0
|
|
||||||
(let ((base bubblewrap))
|
|
||||||
(package
|
|
||||||
(inherit base)
|
|
||||||
(name "bubblewrap")
|
|
||||||
(version "0.7.0")
|
|
||||||
(source (origin
|
|
||||||
(inherit (package-source base))
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://github.com/containers/bubblewrap/"
|
|
||||||
"releases/download/v" version
|
|
||||||
"/bubblewrap-" version ".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1p59hawgpf16mc01ybf6dfb2b96pk7h65ls0si9yldyh1c8bfjkn")))))))
|
|
||||||
|
Loading…
Reference in New Issue
Block a user