~ruther/guix-local

d5bbeb3845a2c010bcbfc9dfd28a670b4254a3b2 — Sharlatan Hellseher 5 months ago 0363624
gnu: usbguard: Update to 1.1.4.

* gnu/packages/hardware.scm (usbguard): Update to 1.1.4.

Change-Id: I5fd8404f951c1e3aabc08c84381f3830f77989da
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/hardware.scm
M gnu/packages/hardware.scm => gnu/packages/hardware.scm +3 -2
@@ 1412,7 1412,7 @@ as the Pinebook Pro.")
(define-public usbguard
  (package
    (name "usbguard")
    (version "1.1.2")
    (version "1.1.4")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 1420,10 1420,11 @@ as the Pinebook Pro.")
                    (commit (string-append "usbguard-" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32 "10qqjk7hsycc6hk51abwcld7i48038zqi1jzli59cfvc76ikrxj5"))))
               (base32 "1a38vmnjkwdxk85zq7mbbl41f0aiz9y1kinvwp17pp6xyn1qz2z0"))))
    (build-system gnu-build-system)
    (arguments
     (list
      #:tests? #f ;XXX: sudo: command not found
      #:phases
      #~(modify-phases %standard-phases
          (add-after 'unpack 'patch-bootstrap-script