gnu: otpclient: Update to 3.1.9.
* gnu/packages/password-utils.scm (otpclient): Update to 3.1.9.
This commit is contained in:
parent
2bb7844a14
commit
bb6285afdf
1 changed files with 2 additions and 2 deletions
|
@ -310,7 +310,7 @@ Counterpane's Passwordsafe.")
|
||||||
(define-public otpclient
|
(define-public otpclient
|
||||||
(package
|
(package
|
||||||
(name "otpclient")
|
(name "otpclient")
|
||||||
(version "3.1.7")
|
(version "3.1.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -319,7 +319,7 @@ Counterpane's Passwordsafe.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cwn4spddhg099hcqcvzgbws3xpmnd29g1vayk36118x94wmajaf"))))
|
(base32 "0n5h76zwchdp3nbiczcfcg9sr0hbfs1npwq26x78rz8jf6md898m"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue