guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: usbguard: Update to 1.1.2.


From: guix-commits
Subject: 04/04: gnu: usbguard: Update to 1.1.2.
Date: Sun, 23 Oct 2022 07:34:08 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit dbc9a9a81b3e2c55cf16d8d7f59fab88163cdb8b
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Fri Oct 21 22:33:23 2022 -0400

    gnu: usbguard: Update to 1.1.2.
    
    * gnu/packages/hardware.scm (usbguard): Update to 1.1.2.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/hardware.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 40e6273f5e..a605559797 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -1121,7 +1121,7 @@ as the Pinebook Pro.")
 (define-public usbguard
   (package
     (name "usbguard")
-    (version "1.1.1")
+    (version "1.1.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1129,7 +1129,7 @@ as the Pinebook Pro.")
                     (commit (string-append "usbguard-" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 
"0lpyhkz5nr0c9mq57mgcvam5c8qfqqwjc4xd46n2ldqc9vhfsask"))))
+               (base32 
"10qqjk7hsycc6hk51abwcld7i48038zqi1jzli59cfvc76ikrxj5"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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