Unverified Commit efb9d517 authored by Someone's avatar Someone Committed by GitHub
Browse files

python3Packages.psygnal: 0.11.1 -> 0.13.0 (#406329)

parents 152e8acc 870c36b7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "psygnal";
  version = "0.11.1";
  version = "0.13.0";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "pyapp-kit";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-eGJWtmw2Ps3jII4T8E6s3djzxfqcSdyPemvejal0cn4=";
    hash = "sha256-ZEN8S2sI1usXl5A1Ow1+l4BBB6qNnlVt/nvFtAX4maY=";
  };

  build-system = [
@@ -58,7 +58,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Implementation of Qt Signals";
    homepage = "https://github.com/pyapp-kit/psygnal";
    changelog = "https://github.com/pyapp-kit/psygnal/blob/v${version}/CHANGELOG.md";
    changelog = "https://github.com/pyapp-kit/psygnal/blob/${src.tag}/CHANGELOG.md";
    license = licenses.bsd3;
    maintainers = with maintainers; [ SomeoneSerge ];
  };