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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8jfhlkgwilidyy25nd8r99zcfcpqva0f-packages.json.drv building '/nix/store/8jfhlkgwilidyy25nd8r99zcfcpqva0f-packages.json.drv'... Going to be running update for following packages: - python3.10-sphinx-rtd-theme-1.0.0 Press Enter key to continue... Running update for: - python3.10-sphinx-rtd-theme-1.0.0: UPDATING ... - python3.10-sphinx-rtd-theme-1.0.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 514ce279fe7..3259b47963f 100644 --- a/pkgs/development/python-modules/sphinx-rtd-theme/default.nix +++ b/pkgs/development/python-modules/sphinx-rtd-theme/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "sphinx-rtd-theme"; - version = "1.0.0"; + version = "1.1.1"; src = fetchPypi { pname = "sphinx_rtd_theme"; inherit version; - sha256 = "0p3abj91c3l72ajj5jwblscsdf1jflrnn0djx2h5y6f2wjbx9ipf"; + sha256 = "sha256-YUbIRfHhlHs8PdRDLCiZihaTzMdCtPmtfGMSnwdXwQM="; }; postPatch = '' No auto update branch exists Old version 1.0.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , docutils , sphinx , readthedocs-sphinx-ext , pytestCheckHook }: buildPythonPackage rec { pname = "sphinx-rtd-theme"; version = "1.1.1"; src = fetchPypi { pname = "sphinx_rtd_theme"; inherit version; sha256 = "sha256-YUbIRfHhlHs8PdRDLCiZihaTzMdCtPmtfGMSnwdXwQM="; }; postPatch = '' substituteInPlace setup.cfg \ --replace "docutils <0.18" "docutils" \ --replace "sphinx >=1.6,<6" "sphinx" ''; preBuild = '' # Don't use NPM to fetch assets. Assets are included in sdist. export CI=1 ''; propagatedBuildInputs = [ docutils sphinx ]; checkInputs = [ readthedocs-sphinx-ext pytestCheckHook ]; meta = with lib; { description = "ReadTheDocs.org theme for Sphinx"; homepage = "https://github.com/readthedocs/sphinx_rtd_theme"; license = licenses.mit; platforms = platforms.unix; }; }