python312Packages.blake3: 1.0.2 -> 1.0.4 (#377228)

This commit is contained in:
Weijia Wang
2025-02-25 11:04:12 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
version = 3
[[package]]
name = "arrayref"
@@ -22,7 +22,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
name = "blake3"
version = "1.0.1"
version = "1.0.4"
dependencies = [
"blake3 1.5.5",
"hex",
@@ -47,9 +47,9 @@ dependencies = [
[[package]]
name = "cc"
version = "1.2.9"
version = "1.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b"
checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
dependencies = [
"shlex",
]
@@ -277,9 +277,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "unicode-ident"
version = "1.0.14"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243"
[[package]]
name = "unindent"
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "blake3";
version = "1.0.2";
version = "1.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "oconnor663";
repo = "blake3-py";
tag = version;
hash = "sha256-Wdy/zAepuMRTyOskC6gxCFkUVCAzR05eZNO/PFjT9sE=";
hash = "sha256-ziAL3F+8YahtrTf4/pYWdsdDfhoh7pND6DAZOn/S2lo=";
};
postPatch = ''