python3Packages.pycatch22: 0.4.4 -> 0.4.5

https://github.com/DynamicsAndNeuralSystems/pycatch22/releases/tag/v0.4.5
This commit is contained in:
Martin Weinelt
2024-06-24 12:15:51 +02:00
parent 2de80c1d7a
commit 584c864cf1
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pycatch22";
version = "0.4.4";
version = "0.4.5";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "DynamicsAndNeuralSystems";
repo = "pycatch22";
rev = "refs/tags/v${version}";
hash = "sha256-l41LLo9k075EL8rV48bwa4Yw12XuqNJSDYtd9kyqS3U=";
hash = "sha256-NvZrjOdC6rV4hwCuGcc2Br/VDhLwZcYpfnNvQpqU134=";
};
nativeBuildInputs = [ setuptools ];