guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: oath-toolkit: Update to 2.6.7.


From: guix-commits
Subject: 02/05: gnu: oath-toolkit: Update to 2.6.7.
Date: Mon, 3 May 2021 16:41:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6e43922f35cac9c230e042b6cd4318501b66ba4b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon May 3 21:48:46 2021 +0200

    gnu: oath-toolkit: Update to 2.6.7.
    
    * gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.7.
---
 gnu/packages/authentication.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm
index 9a4878c..c7b58b3 100644
--- a/gnu/packages/authentication.scm
+++ b/gnu/packages/authentication.scm
@@ -33,14 +33,14 @@
 (define-public oath-toolkit
   (package
     (name "oath-toolkit")
-    (version "2.6.6")
+    (version "2.6.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.savannah.nongnu.org/releases/";
                            name "/" name "-" version ".tar.gz"))
        (sha256
-        (base32 "0v4lrgip08b8xlivsfn3mwql3nv8hmcpzrn6pi3xp88vqwav6s7x"))))
+        (base32 "1aa620k05lsw3l3slkp2mzma40q3p9wginspn9zk8digiz7dzv9n"))))
     (build-system gnu-build-system)
     (arguments
      ;; TODO ‘--enable-pskc’ causes xmlsec-related test suite failures.



reply via email to

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