3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: oath-toolkit: Update to 2.6.6.

* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.6.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-04 15:11:58 +01:00
parent 93aaaecb29
commit cb93d420cd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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.