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/1zyzg7ycd5ab9xvdagcvnwa9alwgkslx-packages.json.drv building '/nix/store/1zyzg7ycd5ab9xvdagcvnwa9alwgkslx-packages.json.drv'... Going to be running update for following packages: - python3.10-xarray-2022.6.0 Press Enter key to continue... Running update for: - python3.10-xarray-2022.6.0: UPDATING ... - python3.10-xarray-2022.6.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 2d10f0ddb57..a24743ed288 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 = "2022.6.0"; + version = "2022.12.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "sha256-ECjRmEk/ZrsVvTXc/dEd79gxy+469lif/xb0G93WfoQ="; + sha256 = "sha256-CD0I5VKnZHx+zhNt+jpLahN5JWvrVbvti43fBfHhTsc="; }; SETUPTOOLS_SCM_PRETEND_VERSION="${version}"; No auto update branch exists Old version 2022.6.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 = "2022.12.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; sha256 = "sha256-CD0I5VKnZHx+zhNt+jpLahN5JWvrVbvti43fBfHhTsc="; }; SETUPTOOLS_SCM_PRETEND_VERSION="${version}"; nativeBuildInputs = [ setuptoolsBuildHook setuptools-scm ]; propagatedBuildInputs = [ numpy packaging pandas ]; checkInputs = [ 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 ]; }; }