python310Packages.sphinx-rtd-theme 0 -> 1 attrpath: python310Packages.sphinx-rtd-theme 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/xawqydx25d13i6z99sp6r7i2f77mir3k-packages.json.drv building '/nix/store/xawqydx25d13i6z99sp6r7i2f77mir3k-packages.json.drv'... Going to be running update for following packages: - python3.10-sphinx-rtd-theme-1.2.0 Press Enter key to continue... Running update for: - python3.10-sphinx-rtd-theme-1.2.0: UPDATING ... - python3.10-sphinx-rtd-theme-1.2.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinx-rtd-theme/default.nix b/pkgs/development/python-modules/sphinx-rtd-theme/default.nix index 613f19981216..fe056b3e70bc 100644 --- a/pkgs/development/python-modules/sphinx-rtd-theme/default.nix +++ b/pkgs/development/python-modules/sphinx-rtd-theme/default.nix @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "sphinx-rtd-theme"; - version = "1.2.0"; + version = "1.3.0"; format = "setuptools"; src = fetchPypi { pname = "sphinx_rtd_theme"; inherit version; - hash = "sha256-oNi9Gi7VLgszjL4ZxLLu88XnoEh2l1PaxqnwWce2Qbg="; + hash = "sha256-WQsDDHq7nPA47AU7leU4C1xw1hWR6wtVIGP758QfCTE="; }; preBuild = '' No auto update branch exists Old version 1.2.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , docutils , sphinx , readthedocs-sphinx-ext , sphinxcontrib-jquery , pytestCheckHook , pythonRelaxDepsHook }: buildPythonPackage rec { pname = "sphinx-rtd-theme"; version = "1.3.0"; format = "setuptools"; src = fetchPypi { pname = "sphinx_rtd_theme"; inherit version; hash = "sha256-WQsDDHq7nPA47AU7leU4C1xw1hWR6wtVIGP758QfCTE="; }; preBuild = '' # Don't use NPM to fetch assets. Assets are included in sdist. export CI=1 ''; propagatedBuildInputs = [ docutils sphinx sphinxcontrib-jquery ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; nativeCheckInputs = [ pytestCheckHook readthedocs-sphinx-ext ]; pythonRelaxDeps = [ "docutils" "sphinxcontrib-jquery" ]; pythonImportsCheck = [ "sphinx_rtd_theme" ]; meta = with lib; { description = "Sphinx theme for readthedocs.org"; homepage = "https://github.com/readthedocs/sphinx_rtd_theme"; changelog = "https://github.com/readthedocs/sphinx_rtd_theme/blob/${version}/docs/changelog.rst"; license = licenses.mit; }; }