Commit 346e75d7 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.psygnal: 0.8.1 -> 0.9.0

parent 78963777
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;