diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
commit | bb6285afdf25bc768b412e39611ea20a1f891df9 (patch) | |
tree | 7619b71396f2a15b85f9a3f73a49ab7446bc49ef /gnu | |
parent | 2bb7844a1469edc8f0b2a0771c09fc3188f3a0a8 (diff) |
gnu: otpclient: Update to 3.1.9.
* gnu/packages/password-utils.scm (otpclient): Update to 3.1.9.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/password-utils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 9126f22e24..27077329ed 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -310,7 +310,7 @@ Counterpane's Passwordsafe.") (define-public otpclient (package (name "otpclient") - (version "3.1.7") + (version "3.1.9") (source (origin (method git-fetch) @@ -319,7 +319,7 @@ Counterpane's Passwordsafe.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0cwn4spddhg099hcqcvzgbws3xpmnd29g1vayk36118x94wmajaf")))) + (base32 "0n5h76zwchdp3nbiczcfcg9sr0hbfs1npwq26x78rz8jf6md898m")))) (build-system cmake-build-system) (arguments (list |