summaryrefslogtreecommitdiff
path: root/gnu/packages/authentication.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-09 02:00:04 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-09 02:00:09 +0200
commitaa576321f2b3bd74f0c11ff737112ce6a8337605 (patch)
tree33d0987fea6465cc5bd8ff00e207f3ff65cfffd1 /gnu/packages/authentication.scm
parent86aa9e23d82fbcb79abc9f709b0c75881ba40201 (diff)
gnu: oath-toolkit: Update to 2.6.9.
* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.9. [source]: Remove patch. * gnu/packages/patches/oath-toolkit-xmlsec-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/authentication.scm')
-rw-r--r--gnu/packages/authentication.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm
index de1769d65f1..f89458cb8c7 100644
--- a/gnu/packages/authentication.scm
+++ b/gnu/packages/authentication.scm
@@ -62,15 +62,14 @@
62(define-public oath-toolkit 62(define-public oath-toolkit
63 (package 63 (package
64 (name "oath-toolkit") 64 (name "oath-toolkit")
65 (version "2.6.7") 65 (version "2.6.9")
66 (source 66 (source
67 (origin 67 (origin
68 (method url-fetch) 68 (method url-fetch)
69 (uri (string-append "https://download.savannah.nongnu.org/releases/" 69 (uri (string-append "https://download.savannah.nongnu.org/releases/"
70 name "/" name "-" version ".tar.gz")) 70 name "/" name "-" version ".tar.gz"))
71 (patches (search-patches "oath-toolkit-xmlsec-compat.patch"))
72 (sha256 71 (sha256
73 (base32 "1aa620k05lsw3l3slkp2mzma40q3p9wginspn9zk8digiz7dzv9n")))) 72 (base32 "11g9r1avl3d2nnkglk0g7d6z6gs5padk75xqzvbxp9pir0qwhfik"))))
74 (build-system gnu-build-system) 73 (build-system gnu-build-system)
75 (arguments 74 (arguments
76 ;; TODO ‘--enable-pskc’ causes xmlsec-related test suite failures. 75 ;; TODO ‘--enable-pskc’ causes xmlsec-related test suite failures.