guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: bitmask: Update to 0.21.11.


From: guix-commits
Subject: branch master updated: gnu: bitmask: Update to 0.21.11.
Date: Sat, 02 Jul 2022 06:48:29 -0400

This is an automated email from the git hooks/post-receive script.

raghavgururajan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3b32297e2d gnu: bitmask: Update to 0.21.11.
3b32297e2d is described below

commit 3b32297e2d6946c156e077365c5b7bf87fcbd117
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Sat Jul 2 06:44:51 2022 -0400

    gnu: bitmask: Update to 0.21.11.
    
    * gnu/packages/vpn.scm (bitmask)[version]: Update to 0.21.11.
    [inputs]: Add qtsvg.
---
 gnu/packages/vpn.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]