python3Packages.fastcrc: 0.3.4 -> 0.3.5

This commit is contained in:
Martin Weinelt
2026-01-21 05:27:02 +01:00
parent 575388c4b7
commit 668025c37a
@@ -9,13 +9,13 @@
}:
let
pname = "fastcrc";
version = "0.3.4";
version = "0.3.5";
src = fetchFromGitHub {
owner = "overcat";
repo = "fastcrc";
tag = "v${version}";
hash = "sha256-iBbYiF0y/3Cax4P9+/gKS6FUBqZ3BleCwnpItsVd7Ps=";
hash = "sha256-Q1R0EgxrfCMn/DxblOAW4Z7YOxpaZPL5Sx8SL/dry98=";
};
in
buildPythonPackage {
@@ -29,7 +29,7 @@ buildPythonPackage {
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-VbS5xTqj+Flxxdg06MO34AZCVozlNgFvc+yKemEmCzs=";
hash = "sha256-dWxQuWV3w1UM8yvLG/9SrJQxSSyWTXV0FWFDKjIHBf0=";
};
pythonImportsCheck = [ "fastcrc" ];