From 6e43922f35cac9c230e042b6cd4318501b66ba4b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 3 May 2021 21:48:46 +0200 Subject: 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(-) (limited to 'gnu/packages/authentication.scm') diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm index 9a4878c8a6..c7b58b3e61 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. -- cgit v1.2.3