guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: oath-toolkit: Update to 2.6.6.


From: guix-commits
Subject: 02/10: gnu: oath-toolkit: Update to 2.6.6.
Date: Thu, 4 Mar 2021 11:07:54 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit cb93d420cd000a9e5ce1a6201bffff6c5babc168
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Mar 4 15:11:58 2021 +0100

    gnu: oath-toolkit: Update to 2.6.6.
    
    * gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.6.
---
 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 bd40a6e..9a4878c 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.5")
+    (version "2.6.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.savannah.nongnu.org/releases/";
                            name "/" name "-" version ".tar.gz"))
        (sha256
-        (base32 "06f21smb412xads4lygvyb47fcpvhdns0k6h880m9pbzgq6141yj"))))
+        (base32 "0v4lrgip08b8xlivsfn3mwql3nv8hmcpzrn6pi3xp88vqwav6s7x"))))
     (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]