Merge pull request #261830 from r-ryantm/auto-update/python311Packages.pycatch22

python311Packages.pycatch22: 0.4.3 -> 0.4.4
This commit is contained in:
Nick Cao 2023-10-18 20:37:01 -04:00 committed by GitHub
commit aef31528ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pycatch22";
version = "0.4.3";
version = "0.4.4";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "DynamicsAndNeuralSystems";
repo = "pycatch22";
rev = "refs/tags/v${version}";
hash = "sha256-wjMklOzU9I3Y2HdZ+rOTiffoKda+6X9zwDsmB+HXrSY=";
hash = "sha256-l41LLo9k075EL8rV48bwa4Yw12XuqNJSDYtd9kyqS3U=";
};
nativeBuildInputs = [
@ -46,7 +46,7 @@ buildPythonPackage rec {
description = "Python implementation of catch22";
homepage = "https://github.com/DynamicsAndNeuralSystems/pycatch22";
changelog = "https://github.com/DynamicsAndNeuralSystems/pycatch22/releases/tag/v${version}";
license = licenses.gpl3Only;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ mbalatsko ];
};
}