diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-03 21:48:46 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-03 22:23:59 +0200 |
| commit | 6e43922f35cac9c230e042b6cd4318501b66ba4b (patch) | |
| tree | 36d8fb6972ba60be2285514c38e68f26400cdc06 /gnu/packages/authentication.scm | |
| parent | 2c09755a7a07a971d7c2ad6dbe991689837fd29c (diff) | |
gnu: oath-toolkit: Update to 2.6.7.
* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.7.
Diffstat (limited to 'gnu/packages/authentication.scm')
| -rw-r--r-- | gnu/packages/authentication.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm index 9a4878c8a6b..c7b58b3e611 100644 --- a/gnu/packages/authentication.scm +++ b/gnu/packages/authentication.scm | |||
| @@ -33,14 +33,14 @@ | |||
| 33 | (define-public oath-toolkit | 33 | (define-public oath-toolkit |
| 34 | (package | 34 | (package |
| 35 | (name "oath-toolkit") | 35 | (name "oath-toolkit") |
| 36 | (version "2.6.6") | 36 | (version "2.6.7") |
| 37 | (source | 37 | (source |
| 38 | (origin | 38 | (origin |
| 39 | (method url-fetch) | 39 | (method url-fetch) |
| 40 | (uri (string-append "https://download.savannah.nongnu.org/releases/" | 40 | (uri (string-append "https://download.savannah.nongnu.org/releases/" |
| 41 | name "/" name "-" version ".tar.gz")) | 41 | name "/" name "-" version ".tar.gz")) |
| 42 | (sha256 | 42 | (sha256 |
| 43 | (base32 "0v4lrgip08b8xlivsfn3mwql3nv8hmcpzrn6pi3xp88vqwav6s7x")))) | 43 | (base32 "1aa620k05lsw3l3slkp2mzma40q3p9wginspn9zk8digiz7dzv9n")))) |
| 44 | (build-system gnu-build-system) | 44 | (build-system gnu-build-system) |
| 45 | (arguments | 45 | (arguments |
| 46 | ;; TODO ‘--enable-pskc’ causes xmlsec-related test suite failures. | 46 | ;; TODO ‘--enable-pskc’ causes xmlsec-related test suite failures. |
