Archived
1
0
Fork 0

gnu: bitmask: Update to 0.21.11.

* gnu/packages/vpn.scm (bitmask)[version]: Update to 0.21.11.
[inputs]: Add qtsvg.
This commit is contained in:
Raghav Gururajan 2022-07-02 06:44:51 -04:00
parent e00431806f
commit 3b32297e2d
No known key found for this signature in database
GPG key ID: 5F5816647F8BE551

View file

@ -88,7 +88,7 @@
(define-public bitmask (define-public bitmask
(package (package
(name "bitmask") (name "bitmask")
(version "0.21.6") (version "0.21.11")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -98,7 +98,7 @@
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0xmn0pkpn0mcwi1jlgm5skydcnfxk5fawg5hl2inn50m0ikgxk1c")) (base32 "1zphigfrks1j3snbc748b3mk0qb1r7n2v7p7l6w1xiiil4dql6cs"))
(modules (modules
'((guix build utils))) '((guix build utils)))
(snippet (snippet
@ -256,7 +256,8 @@
("qtbase" ,qtbase-5) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtquickcontrols" ,qtquickcontrols) ("qtquickcontrols" ,qtquickcontrols)
("qtquickcontrols2" ,qtquickcontrols2))) ("qtquickcontrols2" ,qtquickcontrols2)
("qtsvg" ,qtsvg)))
(propagated-inputs (propagated-inputs
(list go-0xacab-org-leap-shapeshifter (list go-0xacab-org-leap-shapeshifter
go-github-com-apparentlymart-go-openvpn-mgmt go-github-com-apparentlymart-go-openvpn-mgmt