diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:04 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:09 +0200 |
commit | aa576321f2b3bd74f0c11ff737112ce6a8337605 (patch) | |
tree | 33d0987fea6465cc5bd8ff00e207f3ff65cfffd1 /gnu/packages/authentication.scm | |
parent | 86aa9e23d82fbcb79abc9f709b0c75881ba40201 (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.scm | 5 |
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 @@ (define-public oath-toolkit (package (name "oath-toolkit") - (version "2.6.7") + (version "2.6.9") (source (origin (method url-fetch) (uri (string-append "https://download.savannah.nongnu.org/releases/" name "/" name "-" version ".tar.gz")) - (patches (search-patches "oath-toolkit-xmlsec-compat.patch")) (sha256 - (base32 "1aa620k05lsw3l3slkp2mzma40q3p9wginspn9zk8digiz7dzv9n")))) + (base32 "11g9r1avl3d2nnkglk0g7d6z6gs5padk75xqzvbxp9pir0qwhfik")))) (build-system gnu-build-system) (arguments ;; TODO ‘--enable-pskc’ causes xmlsec-related test suite failures. |