summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-02-11 11:03:50 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-15 21:50:04 +0000
commit984eaa0d65395da4f637b4edef79d3b02ce189dc (patch)
treecc9e64684bc29b2e2677ad178503cdb48d916a39 /gnu/packages/python-crypto.scm
parent79e2e4cecd4ba90fc2d8f56abca9cd15d0b03518 (diff)
gnu: python-blake3: Update to 1.0.8.
* gnu/packages/python-crypto.scm (python-blake3): Update to 1.0.8. [propagated-inputs]: Add python-typing-extensions. * gnu/packages/rust-crates.scm: Update crates accordingly. Change-Id: I843aec6e669b7606386c682aacac71bc460415f5 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 679322291a2..f2b6df9f261 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -376,13 +376,13 @@ production use. Include this module and use its backends at your own risk.")
376(define-public python-blake3 376(define-public python-blake3
377 (package 377 (package
378 (name "python-blake3") 378 (name "python-blake3")
379 (version "0.3.1") 379 (version "1.0.8")
380 (source 380 (source
381 (origin 381 (origin
382 (method url-fetch) 382 (method url-fetch)
383 (uri (pypi-uri "blake3" version)) 383 (uri (pypi-uri "blake3" version))
384 (sha256 384 (sha256
385 (base32 "1p6z6jfk8n1lshz4cp6dgz2i8zmqdxwr8d9m86ypp3m1kp70k5xk")))) 385 (base32 "1fk5n55cl2iigrjdwwsm6h8q6in1l19cihh44s0kbh57ypqcfg2i"))))
386 (build-system cargo-build-system) 386 (build-system cargo-build-system)
387 (arguments 387 (arguments
388 (list 388 (list
@@ -402,6 +402,7 @@ production use. Include this module and use its backends at your own risk.")
402 (list python-wrapper 402 (list python-wrapper
403 maturin)) 403 maturin))
404 (inputs (cargo-inputs 'python-blake3)) 404 (inputs (cargo-inputs 'python-blake3))
405 (propagated-inputs (list python-typing-extensions))
405 (home-page "https://github.com/oconnor663/blake3-py") 406 (home-page "https://github.com/oconnor663/blake3-py")
406 (synopsis "Python bindings for the Rust blake3 crate") 407 (synopsis "Python bindings for the Rust blake3 crate")
407 (description "This package provides Python bindings for the Rust crate of 408 (description "This package provides Python bindings for the Rust crate of