lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Someone and committed by
GitHub
efb9d517 152e8acc

+3 -3
+3 -3
pkgs/development/python-modules/psygnal/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "psygnal"; 20 - version = "0.11.1"; 20 + version = "0.13.0"; 21 21 format = "pyproject"; 22 22 23 23 disabled = pythonOlder "3.8"; ··· 26 26 owner = "pyapp-kit"; 27 27 repo = pname; 28 28 tag = "v${version}"; 29 - hash = "sha256-eGJWtmw2Ps3jII4T8E6s3djzxfqcSdyPemvejal0cn4="; 29 + hash = "sha256-ZEN8S2sI1usXl5A1Ow1+l4BBB6qNnlVt/nvFtAX4maY="; 30 30 }; 31 31 32 32 build-system = [ ··· 58 58 meta = with lib; { 59 59 description = "Implementation of Qt Signals"; 60 60 homepage = "https://github.com/pyapp-kit/psygnal"; 61 - changelog = "https://github.com/pyapp-kit/psygnal/blob/v${version}/CHANGELOG.md"; 61 + changelog = "https://github.com/pyapp-kit/psygnal/blob/${src.tag}/CHANGELOG.md"; 62 62 license = licenses.bsd3; 63 63 maintainers = with maintainers; [ SomeoneSerge ]; 64 64 };