python311Packages.readthedocs-sphinx-ext 2.2.2 -> 2.2.5 https://repology.org/project/python:readthedocs-sphinx-ext/versions attrpath: python311Packages.readthedocs-sphinx-ext 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] Going to be running update for following packages: - python3.11-readthedocs-sphinx-ext-2.2.2 Press Enter key to continue... Running update for: - python3.11-readthedocs-sphinx-ext-2.2.2: UPDATING ... - python3.11-readthedocs-sphinx-ext-2.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix b/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix index 0ce923663f88..06223d8d2063 100644 --- a/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix +++ b/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "readthedocs-sphinx-ext"; - version = "2.2.2"; + version = "2.2.5"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-kiF77xTZE3e88nvffaNj5XSzseQYC2Xu9ufPpV8P0Lg="; + hash = "sha256-7l/VuZ258MGAsjlsvOUoqjZnGVG5UmuwJy2/zlUXvSc="; }; propagatedBuildInputs = [ requests ]; No auto update branch exists Old version 2.2.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools , requests , pytestCheckHook , mock , sphinx }: buildPythonPackage rec { pname = "readthedocs-sphinx-ext"; version = "2.2.3"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-ZYPCZ5GlhT7p5Xzp24ZOL7BoCLpHD4BddNU/xQgR4BI="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ requests ]; nativeCheckInputs = [ pytestCheckHook mock sphinx ]; meta = with lib; { description = "Sphinx extension for Read the Docs overrides"; homepage = "https://github.com/rtfd/readthedocs-sphinx-ext"; license = licenses.mit; }; }