mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #261830 from r-ryantm/auto-update/python311Packages.pycatch22
python311Packages.pycatch22: 0.4.3 -> 0.4.4
This commit is contained in:
commit
aef31528ad
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user