diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 15:11:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 17:07:47 +0100 |
commit | cb93d420cd000a9e5ce1a6201bffff6c5babc168 (patch) | |
tree | cfe57f0aa4b642ffd972c411ae86282b61eb5b79 /gnu | |
parent | 93aaaecb29c76badf41d1bc810ae140c1e523857 (diff) | |
download | guix-cb93d420cd000a9e5ce1a6201bffff6c5babc168.tar.gz |
gnu: oath-toolkit: Update to 2.6.6.
* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.6.
Diffstat (limited to 'gnu')
-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 bd40a6eb5c..9a4878c8a6 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. |