python310Packages.pyatmo: 7.4.0 -> 7.5.0

Changelog: https://github.com/jabesq/pyatmo/blob/v7.5.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-01-03 22:04:53 +01:00
parent 70cea35d43
commit b0b4748217

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyatmo";
version = "7.4.0";
version = "7.5.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "jabesq";
repo = "pyatmo";
rev = "refs/tags/v${version}";
hash = "sha256-0AgmH0cxXPUBzC30HyX68WsSyYsDcPaVQHLOIsZbHzI=";
hash = "sha256-GucatimZTg0Fggrz4bG1x6YSa3wE/uLGB4ufil/km3w=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;