python310Packages.sphinxcontrib-websupport 0 -> 1 attrpath: python310Packages.sphinxcontrib-websupport 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/qby3j8hn8423s7kc8f0ifq0bwhi08fzm-packages.json.drv building '/nix/store/qby3j8hn8423s7kc8f0ifq0bwhi08fzm-packages.json.drv'... Going to be running update for following packages: - python3.10-sphinxcontrib-websupport-1.2.4 Press Enter key to continue... Running update for: - python3.10-sphinxcontrib-websupport-1.2.4: UPDATING ... - python3.10-sphinxcontrib-websupport-1.2.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinxcontrib-websupport/default.nix b/pkgs/development/python-modules/sphinxcontrib-websupport/default.nix index 45027ba15c43..73194d250788 100644 --- a/pkgs/development/python-modules/sphinxcontrib-websupport/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-websupport/default.nix @@ -7,11 +7,11 @@ buildPythonPackage rec { pname = "sphinxcontrib-websupport"; - version = "1.2.4"; + version = "1.2.6"; src = fetchPypi { inherit pname version; - sha256 = "4edf0223a0685a7c485ae5a156b6f529ba1ee481a1417817935b20bde1956232"; + sha256 = "sha256-1ZK+jhEmG7vGRmjyWO/E/ULJOrYXQRFDtSRf4wxjPYw="; }; propagatedBuildInputs = [ six sphinxcontrib-serializinghtml ]; No auto update branch exists Old version 1.2.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , flit-core , jinja2 , sphinxcontrib-serializinghtml }: buildPythonPackage rec { pname = "sphinxcontrib-websupport"; version = "1.2.6"; format = "pyproject"; src = fetchPypi { pname = "sphinxcontrib_websupport"; inherit version; hash = "sha256-1ZK+jhEmG7vGRmjyWO/E/ULJOrYXQRFDtSRf4wxjPYw="; }; nativeBuildInputs = [ flit-core ]; propagatedBuildInputs = [ jinja2 sphinxcontrib-serializinghtml ]; doCheck = false; meta = { description = "Sphinx API for Web Apps"; homepage = "http://sphinx-doc.org/"; license = lib.licenses.bsd2; }; }