diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-01 17:02:11 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-02 18:54:12 +0100 |
| commit | ab3fbb27121e4a7d80aedfe2061f3b4e3418bd11 (patch) | |
| tree | 0a9894216ea00be85e0de2c66d11e0359993b251 /gnu/packages/authentication.scm | |
| parent | da7fde00b507359570cc846fa30d57bfebf1752c (diff) | |
gnu: oath-toolkit: Update to 2.6.5.
* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.5.
Diffstat (limited to 'gnu/packages/authentication.scm')
| -rw-r--r-- | gnu/packages/authentication.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm index e45bbb6b269..bd40a6eb5cf 100644 --- a/gnu/packages/authentication.scm +++ b/gnu/packages/authentication.scm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr> | 2 | ;;; Copyright © 2018, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr> |
| 3 | ;;; Copyright © 2019, 2020 Ricardo Wurmus <rekado@elephly.net> | 3 | ;;; Copyright © 2019, 2020 Ricardo Wurmus <rekado@elephly.net> |
| 4 | ;;; | 4 | ;;; |
| 5 | ;;; This file is part of GNU Guix. | 5 | ;;; This file is part of GNU Guix. |
| @@ -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.4") | 36 | (version "2.6.5") |
| 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 "116na9nncpwshl3ww8w3llzwk49igilplxcjy1k6jzl3mmg2bimz")))) | 43 | (base32 "06f21smb412xads4lygvyb47fcpvhdns0k6h880m9pbzgq6141yj")))) |
| 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. |
