python3Packages.pyatmo: 6.0.0 -> 6.1.0

This commit is contained in:
Martin Weinelt 2021-10-07 00:58:28 +02:00
parent 4540d8c3a7
commit cc31d94514

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyatmo";
version = "6.0.0";
version = "6.1.0";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "jabesq";
repo = "pyatmo";
rev = "v${version}";
sha256 = "sha256-PFVa2koLaoiaZ9uqSeFwLy/nVHCQBOlRXNsRmgXrWIo=";
sha256 = "sha256-Iscnv3hfYa8QFiXMUN334Muo0oGqnnK11RPNxQJggG0=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;