summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-03-03 21:34:53 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:23 +0100
commit52782c757ed7bfc645ef64e1f43778bccd795bb7 (patch)
tree5cccab8f0b005795363c0e6be2bddb6ab2b207cb /gnu/packages/python-crypto.scm
parent328ee16838a3749473ba864cd136e52de4238122 (diff)
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>
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm12
1 files changed, 9 insertions, 3 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 856b3d7acf8..6c755d186c2 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1798,16 +1798,22 @@ can also encrypt and decrypt messages using RSA and ECDH.")
1798(define-public python-pyu2f 1798(define-public python-pyu2f
1799 (package 1799 (package
1800 (name "python-pyu2f") 1800 (name "python-pyu2f")
1801 (version "0.1.5") 1801 ;; Released version fails tests in Python 3.12.
1802 ;; pyu2f is no longer being developed.
1803 (properties '((commit . "064be5ab9f4282855a15c79ecb9f7eec37f3938c")
1804 (revision . "0")))
1805 (version (git-version "0.1.5"
1806 (assoc-ref properties 'revision)
1807 (assoc-ref properties 'commit)))
1802 (source 1808 (source
1803 (origin 1809 (origin
1804 (method git-fetch) 1810 (method git-fetch)
1805 (uri (git-reference 1811 (uri (git-reference
1806 (url "https://github.com/google/pyu2f/") 1812 (url "https://github.com/google/pyu2f/")
1807 (commit (string-append "v" version)))) 1813 (commit (assoc-ref properties 'commit))))
1808 (file-name (git-file-name name version)) 1814 (file-name (git-file-name name version))
1809 (sha256 1815 (sha256
1810 (base32 "1jlpplw7hlrh8bgmp37g18panij0p7ism6r4d981my4dc73lbwik")))) 1816 (base32 "1373q4vzn449p8vsclhrsa5jb3vx9x77g2hdvibim5qwa1d724b9"))))
1811 (build-system pyproject-build-system) 1817 (build-system pyproject-build-system)
1812 (arguments 1818 (arguments
1813 (list 1819 (list