python310Packages.psygnal: 0.9.2 -> 0.9.4

This commit is contained in:
R. Ryantm
2023-11-10 05:36:55 +00:00
parent 2251d8ffde
commit e481a09647
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "psygnal";
version = "0.9.2";
version = "0.9.4";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "pyapp-kit";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Ki2s057aqaZa+kOpAlhBYFpZeuDX42+txQXFuBtXd04=";
hash = "sha256-1oy0gXHDAoCIPXAitQv6MRb3p2j89zBaZvpUni6wT8A=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;