From 984eaa0d65395da4f637b4edef79d3b02ce189dc Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 11 Feb 2026 11:03:50 +0100 Subject: 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 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-crypto.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python-crypto.scm') 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 -- cgit v1.3