gnu: yubikey-personalization: Update to 1.19.3.
* gnu/packages/security-token.scm (yubikey-personalization): Update to 1.19.3.
This commit is contained in:
parent
cc58576955
commit
a9203c237a
|
@ -312,7 +312,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.0")
|
(version "1.19.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -320,7 +320,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
|
||||||
"104lc0nnqdr365fa7c4vrq67rxp1dp8idndsh9jlhnj9dnhszj1b"))))
|
"0jhvnavjrpwzmmjcw486df5s48j53njqgyz36yz3dskbaz3kwlfr"))))
|
||||||
(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="
|
||||||
|
|
Loading…
Reference in New Issue