diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 15:11:58 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 17:07:47 +0100 |
| commit | cb93d420cd000a9e5ce1a6201bffff6c5babc168 (patch) | |
| tree | cfe57f0aa4b642ffd972c411ae86282b61eb5b79 /gnu/packages/authentication.scm | |
| parent | 93aaaecb29c76badf41d1bc810ae140c1e523857 (diff) | |
gnu: oath-toolkit: Update to 2.6.6.
* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.6.
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 bd40a6eb5cf..9a4878c8a6b 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.5") | 36 | (version "2.6.6") |
| 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 "06f21smb412xads4lygvyb47fcpvhdns0k6h880m9pbzgq6141yj")))) | 43 | (base32 "0v4lrgip08b8xlivsfn3mwql3nv8hmcpzrn6pi3xp88vqwav6s7x")))) |
| 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. |
