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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3d3d5c2ilw6f9f4ksqyiy80n6k32k5nh-packages.json.drv building '/nix/store/3d3d5c2ilw6f9f4ksqyiy80n6k32k5nh-packages.json.drv'... Going to be running update for following packages: - python3.10-xarray-2023.8.0 Press Enter key to continue... Running update for: - python3.10-xarray-2023.8.0: UPDATING ... - python3.10-xarray-2023.8.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/xarray/default.nix b/pkgs/development/python-modules/xarray/default.nix index 12cefa0332aa..d9ece10dc575 100644 --- a/pkgs/development/python-modules/xarray/default.nix +++ b/pkgs/development/python-modules/xarray/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "xarray"; - version = "2023.8.0"; + version = "2023.12.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-glxtZCAqcxpOSTIe3R6d+r9L4GgC8bjIo8AKPr/Izt8="; + hash = "sha256-RWXbyJDeR+J4NGxE1rM7sH00Jzg+B3p8qKtmBhlv1DM="; }; env.SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists Old version 2023.8.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , numpy , packaging , pandas , pytestCheckHook , pythonOlder , setuptools , setuptools-scm , wheel }: buildPythonPackage rec { pname = "xarray"; version = "2023.11.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-mkXhB0GES1+UjY4edotGDffpBpbRji7/LB1H9dnVAlI="; }; nativeBuildInputs = [ setuptools setuptools-scm wheel ]; 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 ]; }; }