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

python311Packages.pycatch22: 0.4.3 -> 0.4.4

authored by

Nick Cao and committed by
GitHub
aef31528 1c188d91

+3 -3
+3 -3
pkgs/development/python-modules/pycatch22/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pycatch22"; 11 - version = "0.4.3"; 11 + version = "0.4.4"; 12 12 pyproject = true; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "DynamicsAndNeuralSystems"; 18 18 repo = "pycatch22"; 19 19 rev = "refs/tags/v${version}"; 20 - hash = "sha256-wjMklOzU9I3Y2HdZ+rOTiffoKda+6X9zwDsmB+HXrSY="; 20 + hash = "sha256-l41LLo9k075EL8rV48bwa4Yw12XuqNJSDYtd9kyqS3U="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ ··· 46 46 description = "Python implementation of catch22"; 47 47 homepage = "https://github.com/DynamicsAndNeuralSystems/pycatch22"; 48 48 changelog = "https://github.com/DynamicsAndNeuralSystems/pycatch22/releases/tag/v${version}"; 49 - license = licenses.gpl3Only; 49 + license = licenses.gpl3Plus; 50 50 maintainers = with maintainers; [ mbalatsko ]; 51 51 }; 52 52 }