gnu: yubikey-personalization: Update to 1.20.0.
* gnu/packages/security-token.scm (yubikey-personalization): Update to 1.20.0.master
parent
b52f635e41
commit
97ae2ed24b
|
@ -362,7 +362,7 @@ and other operations. It includes a library and a command-line tool.")
|
||||||
(define-public yubikey-personalization
|
(define-public yubikey-personalization
|
||||||
(package
|
(package
|
||||||
(name "yubikey-personalization")
|
(name "yubikey-personalization")
|
||||||
(version "1.19.3")
|
(version "1.20.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -370,7 +370,7 @@ and other operations. It includes a library and a command-line tool.")
|
||||||
"/Releases/ykpers-" version ".tar.gz"))
|
"/Releases/ykpers-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jhvnavjrpwzmmjcw486df5s48j53njqgyz36yz3dskbaz3kwlfr"))))
|
"14wvlwqnwj0gllkpvfqiy8ns938bwvjsz8x1hmymmx32m074vj0f"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags (list (string-append "--with-udevrulesdir="
|
'(#:configure-flags (list (string-append "--with-udevrulesdir="
|
||||||
|
|
Reference in New Issue