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

gnu: python-pyu2f: Update to 0.1.5-0.064be5a.

* gnu/packages/python-crypto.scm (python-pyu2f): Update to 0.1.5-0.064be5a.

Change-Id: I63a7f743f1e128b1e969056db35c3557e2791b86
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Hugo Buddelmeijer
2026-03-03 21:34:53 +01:00
committed by Sharlatan Hellseher
parent b3f95102e2
commit bf56f55a96

View File

@@ -1795,16 +1795,22 @@ can also encrypt and decrypt messages using RSA and ECDH.")
(define-public python-pyu2f
(package
(name "python-pyu2f")
(version "0.1.5")
;; Released version fails tests in Python 3.12.
;; pyu2f is no longer being developed.
(properties '((commit . "064be5ab9f4282855a15c79ecb9f7eec37f3938c")
(revision . "0")))
(version (git-version "0.1.5"
(assoc-ref properties 'revision)
(assoc-ref properties 'commit)))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/google/pyu2f/")
(commit (string-append "v" version))))
(commit (assoc-ref properties 'commit))))
(file-name (git-file-name name version))
(sha256
(base32 "1jlpplw7hlrh8bgmp37g18panij0p7ism6r4d981my4dc73lbwik"))))
(base32 "1373q4vzn449p8vsclhrsa5jb3vx9x77g2hdvibim5qwa1d724b9"))))
(build-system pyproject-build-system)
(arguments
(list