python312Packages.alabaster 0.7.13 -> 0.7.16 https://github.com/bitprophet/alabaster/releases attrpath: python312Packages.alabaster 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/3cvrifa9pla9swsq0180fb31wjkp6y6x-packages.json.drv building '/nix/store/3cvrifa9pla9swsq0180fb31wjkp6y6x-packages.json.drv'... Going to be running update for following packages: - python3.12-alabaster-0.7.13 Press Enter key to continue... Running update for: - python3.12-alabaster-0.7.13: UPDATING ... - python3.12-alabaster-0.7.13: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/alabaster/default.nix b/pkgs/development/python-modules/alabaster/default.nix index 949bfdcac95d..44e2c6bb4ea9 100644 --- a/pkgs/development/python-modules/alabaster/default.nix +++ b/pkgs/development/python-modules/alabaster/default.nix @@ -3,12 +3,12 @@ buildPythonPackage rec { pname = "alabaster"; - version = "0.7.13"; + version = "0.7.16"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-onpKCE1eaQ4W4B4DrSsuVSxhplRpQZuQckMZPeGoSuI="; + hash = "sha256-dai5nCil2tUN1/jM3UR6Eh3bOJLanlPRylzKMQbVjWU="; }; propagatedBuildInputs = [ pygments ]; No auto update branch exists Old version 0.7.13" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , flit-core , pygments }: buildPythonPackage rec { pname = "alabaster"; version = "0.7.16"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-dai5nCil2tUN1/jM3UR6Eh3bOJLanlPRylzKMQbVjWU="; }; nativeBuildInputs = [ flit-core ]; propagatedBuildInputs = [ pygments ]; # No tests included doCheck = false; meta = with lib; { homepage = "https://github.com/bitprophet/alabaster"; description = "A Sphinx theme"; license = licenses.bsd3; }; }