Merge pull request #197409 from r-ryantm/auto-update/python310Packages.heatzypy

python310Packages.heatzypy: 2.0.6 -> 2.1.1
This commit is contained in:
Fabian Affolter 2022-10-23 21:24:38 +02:00 committed by GitHub
commit 9954708796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [