mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: usbguard: Update to 1.1.4.
* gnu/packages/hardware.scm (usbguard): Update to 1.1.4. Change-Id: I5fd8404f951c1e3aabc08c84381f3830f77989da
This commit is contained in:
parent
0363624b52
commit
d5bbeb3845
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue