Archived
1
0
Fork 0

gnu: otpclient: Update to 3.1.9.

* gnu/packages/password-utils.scm (otpclient): Update to 3.1.9.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent 2bb7844a14
commit bb6285afdf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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