[PATCH] gnu: usbguard: Update to 1.1.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • kiasoc5
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20221022023323.28735-1-kiasoc5@disroot.org
* gnu/packages/hardware.scm (usbguard): Update to 1.1.2.
---
gnu/packages/hardware.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 66df816676..2ad41207c6 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -1121,7 +1121,7 @@ (define-public rkdeveloptool
(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 @@ (define-public usbguard
(commit (string-append "usbguard-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0lpyhkz5nr0c9mq57mgcvam5c8qfqqwjc4xd46n2ldqc9vhfsask"))))
+ (base32 "10qqjk7hsycc6hk51abwcld7i48038zqi1jzli59cfvc76ikrxj5"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: 863c228bfd53aac478eee46f6ee54d87fee9d764
--
2.38.0
Efraim Flashner wrote 2 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 58702-done@debbugs.gnu.org)
Y1UmqXldr/yFydDh@3900XT
Thanks. Patch pushed.

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmNVJqkACgkQQarn3Mo9
g1FFog/8D/xCfDI0PXQtKnObWRCSBQr08CBsxvx7UBvEVn2nbMBvYg+Se4AXnvH8
YXD2CiP2rRiesIhUZgEQIKgPpe+mUUOmTt5VuiiCGncO+5CDa0iOUe9DJKd3kkNR
VDecoTAq0iNOzIyW42r8EG22tUXsPob7f6YylIOHPNEIWq5INpXYbl7tTzkNV0Sw
2MCxtPfJwXdJVNPY9cSb3hM0NM9GYxFd28VNN8nYEvfgw3in3qzCsuzqneRAC8Ns
9BK0qcOREZBSCE9AO6vrUgpjRIi8b5e5v6vlYcKjjKc6d7wmejZOzoCKi6ItJt2S
omvJee8fwOQHCqhrSMJ26/aWLYAiz+FeLax+X5JVfxv3bOxAtxlIb81WGMWjZBg7
CwDZyceAq7pi0tC/MAhrYCM0dsCVETcP+Q0u6MJb+qLrWY3sB8OxGV6616Lk0kPr
Zg34Y8aaa4IZrI5LR8JcdSrBKpHFh5k9ntkfPpuAXztOsWgCNwWq+stBJslLUYpT
0iLcd/yLZCdyVSbfbuSq/6f5LWcgYE9SiHjChNG6P3TmcbDeGNDY4pciOqKGiv7p
YVrKZ2g7yfmmAJAhiBo7mBQrLK39LrikO//6q2o53nlXvMaD75SEm+W+9/WPwwyU
eOx3tayf82JzF5UkukqG8khKKDFG7nwCxe3VUsGDGENXUxNx4Ys=
=ioDV
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58702@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58702
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help