python310Packages.heatzypy: 2.0.6 -> 2.1.1

This commit is contained in:
R. Ryantm 2022-10-23 18:52:36 +00:00
parent 7bc0c0e8a6
commit 0f2d3cc16f

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "heatzypy";
version = "2.0.6";
version = "2.1.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,8 +17,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "Cyr-ius";
repo = pname;
rev = version;
sha256 = "sha256-sD32zP3HWEq9FCM9PFywHaLEU+MJOvro+FpjrlM4dG4=";
rev = "refs/tags/${version}";
sha256 = "sha256-4/v0xodpJzVi6/ciW5icqDFGCtBFKtGoMB92CknH9xw=";
};
propagatedBuildInputs = [