gnu: oath-toolkit: Update to 2.6.11.

* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.11.
[arguments]: Don't explicitly return #t from phases.

Change-Id: I3cc1455690ed6a2bd8dc43c2b18fa60fcb4443a9
This commit is contained in:
Tobias Geerinckx-Rice 2024-08-18 02:00:00 +02:00
parent fce8030058
commit 227ada1977
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -62,14 +62,14 @@ (define-public libcotp
(define-public oath-toolkit
(package
(name "oath-toolkit")
(version "2.6.9")
(version "2.6.11")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.savannah.nongnu.org/releases/"
name "/" name "-" version ".tar.gz"))
(sha256
(base32 "11g9r1avl3d2nnkglk0g7d6z6gs5padk75xqzvbxp9pir0qwhfik"))))
(base32 "1d1c3r1jhd72l5ppsfa9wvvm8kffzs4k2v2qn0xc9x26bd52llgw"))))
(build-system gnu-build-system)
(arguments
;; TODO --enable-pskc causes xmlsec-related test suite failures.
@ -83,8 +83,7 @@ (define-public oath-toolkit
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(lib (string-append out "/lib")))
(for-each delete-file (find-files lib "\\.a$"))
#t))))))
(for-each delete-file (find-files lib "\\.a$"))))))))
(native-inputs
(list pkg-config
;; XXX: Perhaps this should be propagated from xmlsec.