Commit af459827 authored by Fabian Affolter's avatar Fabian Affolter Committed by Jonathan Ringer
Browse files
parent 79b81ac5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "pydrawise";
  version = "2023.9.4";
  version = "2023.10.0";
  format = "pyproject";

  disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "dknowles2";
    repo = "pydrawise";
    rev = "refs/tags/${version}";
    hash = "sha256-e6S5osxNh61KSLEq8NWZadXEcZT8DCKBavuIQjyJgAA=";
    hash = "sha256-CSjYLiOvnm1kFp4DL3w/YmAsDcbaCfLfGT0xUZy+GZ0=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;