python310Packages.pyatmo: 7.1.0 -> 7.1.1

This commit is contained in:
R. Ryantm 2022-10-08 11:51:40 +00:00
parent 473e97e434
commit 40fe2e8913

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyatmo";
version = "7.1.0";
version = "7.1.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "jabesq";
repo = "pyatmo";
rev = "refs/tags/v${version}";
sha256 = "sha256-0K4PEDLn9ayEP965RfQFdEXGUPBDFQyd7rTUzt5YQ/A=";
sha256 = "sha256-qFF2uhaaw2hz5jH/xeLiNlyvFgx17P+WmujnoF9qcqo=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;