diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-03 21:48:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-03 22:23:59 +0200 |
commit | 6e43922f35cac9c230e042b6cd4318501b66ba4b (patch) | |
tree | 36d8fb6972ba60be2285514c38e68f26400cdc06 | |
parent | 2c09755a7a07a971d7c2ad6dbe991689837fd29c (diff) | |
download | guix-6e43922f35cac9c230e042b6cd4318501b66ba4b.tar guix-6e43922f35cac9c230e042b6cd4318501b66ba4b.tar.gz |
gnu: oath-toolkit: Update to 2.6.7.
* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.7.
-rw-r--r-- | gnu/packages/authentication.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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. |