guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/23: gnu: otpclient: Update to 3.1.9.


From: guix-commits
Subject: 04/23: gnu: otpclient: Update to 3.1.9.
Date: Thu, 20 Jul 2023 17:05:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bb6285afdf25bc768b412e39611ea20a1f891df9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200

    gnu: otpclient: Update to 3.1.9.
    
    * gnu/packages/password-utils.scm (otpclient): Update to 3.1.9.
---
 gnu/packages/password-utils.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]