python310Packages.pymeeus 0 -> 1 attrpath: python310Packages.pymeeus 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/cy9si08d7bl3ms9q8qnszb3a4bmzik3l-packages.json.drv building '/nix/store/cy9si08d7bl3ms9q8qnszb3a4bmzik3l-packages.json.drv'... Going to be running update for following packages: - python3.10-PyMeeus-0.5.11 Press Enter key to continue... Running update for: - python3.10-PyMeeus-0.5.11: UPDATING ... - python3.10-PyMeeus-0.5.11: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pymeeus/default.nix b/pkgs/development/python-modules/pymeeus/default.nix index 162f3ab5596..8cece9b0e67 100644 --- a/pkgs/development/python-modules/pymeeus/default.nix +++ b/pkgs/development/python-modules/pymeeus/default.nix @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "PyMeeus"; - version = "0.5.11"; + version = "0.5.12"; src = fetchPypi { inherit pname version; - sha256 = "bb9d670818d8b0594317b48a7dadea02a0594e5344263bf2054e1a011c8fed55"; + sha256 = "sha256-VI9xhr2LlsvAac9kmo6ON33OSax0SGcJhJ/mOpnK1oQ="; }; checkInputs = [ pytest ]; No auto update branch exists Old version 0.5.11" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchPypi, pytest }: buildPythonPackage rec { pname = "PyMeeus"; version = "0.5.12"; src = fetchPypi { inherit pname version; sha256 = "sha256-VI9xhr2LlsvAac9kmo6ON33OSax0SGcJhJ/mOpnK1oQ="; }; checkInputs = [ pytest ]; checkPhase = '' pytest . ''; meta = with lib; { homepage = "https://github.com/architest/pymeeus"; description = "Library of astronomical algorithms"; license = licenses.lgpl3; maintainers = with maintainers; [ jluttine ]; }; }