guix_mirror_bot pushed a commit to branch ungraft
in repository guix.
commit e72faf82bdb8831c6288e6a2cee3d1fb48297abf
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Mon Dec 15 17:17:10 2025 +0100
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 <[email protected]>
---
gnu/packages/security-token.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index d56d83439b..db7c7a7f43 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -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