diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-02-11 11:03:50 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-15 21:50:04 +0000 |
| commit | 984eaa0d65395da4f637b4edef79d3b02ce189dc (patch) | |
| tree | cc9e64684bc29b2e2677ad178503cdb48d916a39 /gnu/packages/python-crypto.scm | |
| parent | 79e2e4cecd4ba90fc2d8f56abca9cd15d0b03518 (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.scm | 5 |
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.") (define-public python-blake3 (package (name "python-blake3") - (version "0.3.1") + (version "1.0.8") (source (origin (method url-fetch) (uri (pypi-uri "blake3" version)) (sha256 - (base32 "1p6z6jfk8n1lshz4cp6dgz2i8zmqdxwr8d9m86ypp3m1kp70k5xk")))) + (base32 "1fk5n55cl2iigrjdwwsm6h8q6in1l19cihh44s0kbh57ypqcfg2i")))) (build-system cargo-build-system) (arguments (list @@ -402,6 +402,7 @@ production use. Include this module and use its backends at your own risk.") (list python-wrapper maturin)) (inputs (cargo-inputs 'python-blake3)) + (propagated-inputs (list python-typing-extensions)) (home-page "https://github.com/oconnor663/blake3-py") (synopsis "Python bindings for the Rust blake3 crate") (description "This package provides Python bindings for the Rust crate of |
