python310Packages.pyatmo: 7.1.1 -> 7.2.0

This commit is contained in:
R. Ryantm 2022-10-20 05:37:39 +00:00
parent ba90bab628
commit af0ffb8b0c

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyatmo";
version = "7.1.1";
version = "7.2.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "jabesq";
repo = "pyatmo";
rev = "refs/tags/v${version}";
sha256 = "sha256-qFF2uhaaw2hz5jH/xeLiNlyvFgx17P+WmujnoF9qcqo=";
sha256 = "sha256-5RlYTgxWm6BM/V2+1IF/rje5dNirN7PJs0eSiYeOpOQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;