1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: python-yubikey-manager: Update to 5.8.0.

* gnu/packages/security-token.scm (python-yubikey-manager): Update to 5.8.0.

Change-Id: Icffa80eb3dbee030a6600b6f263c7c22466c14cb
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Hugo Buddelmeijer
2025-12-15 17:17:10 +01:00
committed by Andreas Enge
parent 42d5d7f37a
commit ddb12f1668

View File

@@ -838,7 +838,7 @@ implementing a Relying Party.")
(define-public python-yubikey-manager
(package
(name "python-yubikey-manager")
(version "5.1.1")
(version "5.8.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -846,7 +846,7 @@ implementing a Relying Party.")
"/yubikey_manager-" version ".tar.gz"))
(sha256
(base32
"1kma08rxvpzn2gf8b9vxyyb2pvrakm7hhpdmbnb54nwbdnbxp1v4"))))
"0q45ff0lajszgwcnqxysf5vnwjssllnlxrsfr5ingm7xw5jxmw1s"))))
(build-system pyproject-build-system)
(propagated-inputs
(list python-click