From 870c36b75eb9564469e09dee727915603ba932fd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 12 May 2025 02:33:14 +0000 Subject: [PATCH] python3Packages.psygnal: 0.11.1 -> 0.13.0 --- pkgs/development/python-modules/psygnal/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/psygnal/default.nix b/pkgs/development/python-modules/psygnal/default.nix index ae913b1935ab..3db8b1f6da4f 100644 --- a/pkgs/development/python-modules/psygnal/default.nix +++ b/pkgs/development/python-modules/psygnal/default.nix @@ -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 ]; };