python310Packages.sphinxcontrib-katex 0 -> 1 attrpath: python310Packages.sphinxcontrib-katex 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/vakfk4db2izfjs2rnrgfnrqp6lmaypsc-packages.json.drv building '/nix/store/vakfk4db2izfjs2rnrgfnrqp6lmaypsc-packages.json.drv'... Going to be running update for following packages: - python3.10-sphinxcontrib-katex-0.9.7 Press Enter key to continue... Running update for: - python3.10-sphinxcontrib-katex-0.9.7: UPDATING ... - python3.10-sphinxcontrib-katex-0.9.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinxcontrib-katex/default.nix b/pkgs/development/python-modules/sphinxcontrib-katex/default.nix index 30c94a088fbf..9420c9882cbd 100644 --- a/pkgs/development/python-modules/sphinxcontrib-katex/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-katex/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "sphinxcontrib-katex"; - version = "0.9.7"; + version = "0.9.9"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-OmdUsc/JDhQeP3Pgg16vyCYtpfr+ekxnT6cI+rec69c="; + hash = "sha256-1ZTILfVLBI1Z1I5GsQn2IhezEaublSCMq5bZAvmj/ik="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.9.7" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , sphinx }: buildPythonPackage rec { pname = "sphinxcontrib-katex"; version = "0.9.9"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-1ZTILfVLBI1Z1I5GsQn2IhezEaublSCMq5bZAvmj/ik="; }; propagatedBuildInputs = [ sphinx ]; # There are no unit tests doCheck = false; pythonImportsCheck = [ "sphinxcontrib.katex" ]; pythonNamespaces = [ "sphinxcontrib" ]; meta = with lib; { description = "Sphinx extension using KaTeX to render math in HTML"; homepage = "https://github.com/hagenw/sphinxcontrib-katex"; changelog = "https://github.com/hagenw/sphinxcontrib-katex/blob/v${version}/CHANGELOG.rst"; license = licenses.mit; maintainers = with maintainers; [ jluttine ]; }; }