python3Packages.xarray: 2022.12.0 -> 2023.2.0

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:59 +01:00
parent 0fc5734eee
commit 6915f023cc

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "xarray";
version = "2022.12.0";
version = "2023.2.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-CD0I5VKnZHx+zhNt+jpLahN5JWvrVbvti43fBfHhTsc=";
sha256 = "sha256-qnYFAKLY+L6O/Y87J6lLKvOwqMLANzR9WV6vb/Cdinc=";
};
SETUPTOOLS_SCM_PRETEND_VERSION="${version}";