diff options
| author | John Kehayias <john@guixotic.coop> | 2026-08-18 16:14:03 -0400 |
|---|---|---|
| committer | John Kehayias <john@guixotic.coop> | 2026-08-18 16:14:03 -0400 |
| commit | a7dbf960230db64a08534b567d6a3e0d07c8b595 (patch) | |
| tree | 7548b00a4b9f4077b777a2e1e1aa82aadbf25130 /gnu/packages | |
| parent | eb54cdee2fcd6356cad1f7c02cffdcd93a47f8b1 (diff) | |
gnu: python-fido2: Update to 2.2.1.
Note: previous version was failing tests recently.
* gnu/packages/security-token.scm (python-fido2): Update to 2.2.1.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/security-token.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index c8f45666cbc..71ae042a48d 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm | |||
| @@ -979,7 +979,7 @@ your existing infrastructure.") | |||
| 979 | (define-public python-fido2 | 979 | (define-public python-fido2 |
| 980 | (package | 980 | (package |
| 981 | (name "python-fido2") | 981 | (name "python-fido2") |
| 982 | (version "2.2.0") | 982 | (version "2.2.1") |
| 983 | (source | 983 | (source |
| 984 | (origin | 984 | (origin |
| 985 | (method git-fetch) | 985 | (method git-fetch) |
| @@ -988,7 +988,7 @@ your existing infrastructure.") | |||
| 988 | (commit version))) | 988 | (commit version))) |
| 989 | (file-name (git-file-name name version)) | 989 | (file-name (git-file-name name version)) |
| 990 | (sha256 | 990 | (sha256 |
| 991 | (base32 "0qwppz8m1lj93p1arrh1ldsai3svnmw038rkl7wzq0fcy5g84k3q")) | 991 | (base32 "0q9cs8gd0f663l5wxii1494ab1sh3cj1fq5ckbhpshwzr0w5lck2")) |
| 992 | (snippet | 992 | (snippet |
| 993 | ;; Remove bundled dependency. | 993 | ;; Remove bundled dependency. |
| 994 | '(delete-file "fido2/public_suffix_list.dat")))) | 994 | '(delete-file "fido2/public_suffix_list.dat")))) |
