python311Packages.pydrawise: 2023.12.0 -> 2023.12.1
Diff: https://github.com/dknowles2/pydrawise/compare/refs/tags/2023.12.0...2023.12.1 Changelog: https://github.com/dknowles2/pydrawise/releases/tag/2023.12.1
This commit is contained in:
parent
1b9f6e68c2
commit
c673214b4a
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pydrawise";
|
pname = "pydrawise";
|
||||||
version = "2023.12.0";
|
version = "2023.12.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.10";
|
||||||
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||||
owner = "dknowles2";
|
owner = "dknowles2";
|
||||||
repo = "pydrawise";
|
repo = "pydrawise";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-20EPAvunKDByHRQ3jYz1Mbn6n1CFn4WWA6vbCdKen/g=";
|
hash = "sha256-w5M6ihPGOVCqMrWd8qj6XEmS4tfxKhwpwZSXjcOc4z0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||||
|
|
Loading…
Reference in a new issue