gnu: oath-toolkit: Update to 2.6.6.
* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.6.
This commit is contained in:
parent
93aaaecb29
commit
cb93d420cd
1 changed files with 2 additions and 2 deletions
|
@ -33,14 +33,14 @@ (define-module (gnu packages authentication)
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue