python310Packages.astropy 0 -> 1 attrpath: python310Packages.astropy 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/6zj6kcda2wclz1zx2hx7h40kglw9sihr-packages.json.drv building '/nix/store/6zj6kcda2wclz1zx2hx7h40kglw9sihr-packages.json.drv'... Going to be running update for following packages: - python3.10-astropy-5.2 Press Enter key to continue... Running update for: - python3.10-astropy-5.2: UPDATING ... - python3.10-astropy-5.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/astropy/default.nix b/pkgs/development/python-modules/astropy/default.nix index 9b80f780b85..479ea5f4174 100644 --- a/pkgs/development/python-modules/astropy/default.nix +++ b/pkgs/development/python-modules/astropy/default.nix @@ -19,7 +19,7 @@ let pname = "astropy"; - version = "5.2"; + version = "5.2.1"; in buildPythonPackage { inherit pname version; @@ -29,7 +29,7 @@ buildPythonPackage { src = fetchPypi { inherit pname version; - sha256 = "sha256-0zVgQCX24W98m/gtW6KOXbR0WoLlgjqdF73Zub1GsqI="; + sha256 = "sha256-9q4noHf46oSQPvp2x5C5hWFzQaAISw0hw5H3o/MyrCM="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists Old version 5.2" not present in staging derivation file with contents: { lib , fetchPypi , buildPythonPackage , pythonOlder # build time , astropy-extension-helpers , astropy-helpers , cython , jinja2 , setuptools-scm # runtime , numpy , packaging , pyerfa , pyyaml }: let pname = "astropy"; version = "5.2.1"; in buildPythonPackage { inherit pname version; format = "pyproject"; disabled = pythonOlder "3.8"; # according to setup.cfg src = fetchPypi { inherit pname version; hash = "sha256-9q4noHf46oSQPvp2x5C5hWFzQaAISw0hw5H3o/MyrCM="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ astropy-extension-helpers astropy-helpers cython jinja2 setuptools-scm ]; propagatedBuildInputs = [ numpy packaging pyerfa pyyaml ]; # infinite recursion with pytest-astropy (pytest-astropy-header depends on astropy itself) doCheck = false; meta = with lib; { description = "Astronomy/Astrophysics library for Python"; homepage = "https://www.astropy.org"; license = licenses.bsd3; platforms = platforms.all; maintainers = [ maintainers.kentjames ]; }; }