python311Packages.heatzypy: 2.1.9 -> 2.2.0
Diff: https://github.com/Cyr-ius/heatzypy/compare/refs/tags/2.1.9...2.2.0 Changelog: https://github.com/cyr-ius/heatzypy/releases/tag/2.2.0
This commit is contained in:
parent
5dcad41f0b
commit
91d347dd87
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "heatzypy";
|
pname = "heatzypy";
|
||||||
version = "2.1.9";
|
version = "2.2.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.11";
|
disabled = pythonOlder "3.11";
|
||||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||||
owner = "Cyr-ius";
|
owner = "Cyr-ius";
|
||||||
repo = "heatzypy";
|
repo = "heatzypy";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-O2HtCaNtBvjhjlSXLRhEuilI8z7nGgzFa8USYiHfZ+E=";
|
hash = "sha256-Q6v1Ob1PY8tpMnd8hchepq983dsZ6lJPCKz83RRwL3w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue