python310Packages.xarray-einstats 0 -> 1 attrpath: python310Packages.xarray-einstats 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/w4dh2g789ajslkw6nw3v1cadkbaky01z-packages.json.drv building '/nix/store/w4dh2g789ajslkw6nw3v1cadkbaky01z-packages.json.drv'... Going to be running update for following packages: - python3.10-xarray-einstats-0.3.0 Press Enter key to continue... Running update for: - python3.10-xarray-einstats-0.3.0: UPDATING ... - python3.10-xarray-einstats-0.3.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/xarray-einstats/default.nix b/pkgs/development/python-modules/xarray-einstats/default.nix index 244541f7d85..df8855cc7a2 100644 --- a/pkgs/development/python-modules/xarray-einstats/default.nix +++ b/pkgs/development/python-modules/xarray-einstats/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "xarray-einstats"; - version = "0.3.0"; + version = "0.4.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "arviz-devs"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-N8ievasPaqusx51FCxcl1FGIjXooyBsRqsuRU73puRM="; + hash = "sha256-6Wf5pc8e36lMv1V115N6sQbmE4l3QT6kbO7izUws0zc="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.3.0" not present in staging derivation file with contents: { lib , buildPythonPackage , einops , fetchFromGitHub , flit-core , numba , numpy , pandas , pytestCheckHook , pythonOlder , scipy , xarray }: buildPythonPackage rec { pname = "xarray-einstats"; version = "0.4.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "arviz-devs"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-6Wf5pc8e36lMv1V115N6sQbmE4l3QT6kbO7izUws0zc="; }; nativeBuildInputs = [ flit-core ]; propagatedBuildInputs = [ numpy scipy xarray ]; checkInputs = [ einops numba pytestCheckHook ]; pythonImportsCheck = [ "xarray_einstats" ]; pytestFlagsArray = [ "src/xarray_einstats/tests/" ]; meta = with lib; { description = "Stats, linear algebra and einops for xarray"; homepage = "https://github.com/arviz-devs/xarray-einstats"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }