Unverified Commit aef31528 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python311Packages.pycatch22: 0.4.3 -> 0.4.4
parents 1c188d91 1470040d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };
}