python310Packages.psygnal: 0.8.1 -> 0.9.0

This commit is contained in:
R. Ryantm 2023-05-07 09:34:28 +00:00
parent 78963777a4
commit 346e75d76d

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "psygnal";
version = "0.8.1";
version = "0.9.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "pyapp-kit";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-+VO2OlDzBECkasLBvZWDsqDeooU6CnRFjeI/ISLWAnA=";
hash = "sha256-9rYG0XqwFJQojnvM5ygm1RVu9NbeFASns0llOGKaP+4=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;