python310Packages.xarray 0 -> 1 attrpath: python310Packages.xarray Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7sbdazhijgv314jfnhf0d2kbhx7h6cn3-packages.json.drv building '/nix/store/7sbdazhijgv314jfnhf0d2kbhx7h6cn3-packages.json.drv'... Going to be running update for following packages: - python3.10-xarray-2023.2.0 Press Enter key to continue... Running update for: - python3.10-xarray-2023.2.0: UPDATING ... - python3.10-xarray-2023.2.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/xarray/default.nix b/pkgs/development/python-modules/xarray/default.nix index e700f630b665..bf8b03aa0969 100644 --- a/pkgs/development/python-modules/xarray/default.nix +++ b/pkgs/development/python-modules/xarray/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "xarray"; - version = "2023.2.0"; + version = "2023.7.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-qnYFAKLY+L6O/Y87J6lLKvOwqMLANzR9WV6vb/Cdinc="; + hash = "sha256-2s4v2/G3/xhdnBImokv4PCrlLzJT2/6A4X0RYmANBVw="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists Old version 2023.2.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , numpy , packaging , pandas , pytestCheckHook , pythonOlder , setuptoolsBuildHook , setuptools-scm }: buildPythonPackage rec { pname = "xarray"; version = "2023.7.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-2s4v2/G3/xhdnBImokv4PCrlLzJT2/6A4X0RYmANBVw="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ setuptoolsBuildHook setuptools-scm ]; propagatedBuildInputs = [ numpy packaging pandas ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "xarray" ]; meta = with lib; { description = "N-D labeled arrays and datasets in Python"; homepage = "https://github.com/pydata/xarray"; license = licenses.asl20; maintainers = with maintainers; [ fridh ]; }; }