python311Packages.casa-formats-io 0 -> 1 attrpath: python311Packages.casa-formats-io 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] Going to be running update for following packages: - python3.11-casa-formats-io-0.2.2 Press Enter key to continue... Running update for: - python3.11-casa-formats-io-0.2.2: UPDATING ... - python3.11-casa-formats-io-0.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/casa-formats-io/default.nix b/pkgs/development/python-modules/casa-formats-io/default.nix index 4e4d10bd2731..2537c9e8e5f6 100644 --- a/pkgs/development/python-modules/casa-formats-io/default.nix +++ b/pkgs/development/python-modules/casa-formats-io/default.nix @@ -11,12 +11,12 @@ buildPythonPackage rec { pname = "casa-formats-io"; - version = "0.2.2"; + version = "0.3.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-EOX+tal9nrON2K7mHVYSTTxja6mu2k3Bag8bhL3JHJs="; + hash = "sha256-FpQj0XeZ7vvOzUM/+5qG6FRwNXl3gzoUBItYdQ1M4m4="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.2.2" not present in staging derivation file with contents: { lib , fetchPypi , buildPythonPackage , astropy , dask , numpy , oldest-supported-numpy , setuptools-scm , wheel }: buildPythonPackage rec { pname = "casa-formats-io"; version = "0.3.0"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-FpQj0XeZ7vvOzUM/+5qG6FRwNXl3gzoUBItYdQ1M4m4="; }; nativeBuildInputs = [ oldest-supported-numpy setuptools-scm wheel ]; propagatedBuildInputs = [ astropy dask numpy ]; # Tests require a large (800 Mb) dataset doCheck = false; pythonImportsCheck = [ "casa_formats_io" ]; meta = { description = "Dask-based reader for CASA data"; homepage = "https://casa-formats-io.readthedocs.io/"; license = lib.licenses.lgpl2Only; maintainers = with lib.maintainers; [ smaret ]; }; }