python311Packages.pyatmo: 7.6.0 -> 8.0.1

Diff: https://github.com/jabesq/pyatmo/compare/refs/tags/v7.6.0...v8.0.1

Changelog: https://github.com/jabesq/pyatmo/blob/v8.0.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-12-20 15:51:55 +01:00
parent 7d1cd12633
commit b4ac528138

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyatmo";
version = "7.6.0";
version = "8.0.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "jabesq";
repo = "pyatmo";
rev = "refs/tags/v${version}";
hash = "sha256-rAmSxayXljOJchiMtSOgnotzQmapK2n86HwNi9HJX68=";
hash = "sha256-ASjAmkM/BFWzZYnLeXATbZzSG6KBDcmy66/R1MgzAwQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;