sphinx-autobuild 2021.3.14 -> 2024.02.04 https://github.com/executablebooks/sphinx-autobuild/releases attrpath: sphinx-autobuild 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/g541dmzy7zj7r930a7blj7yyps8p2bxl-packages.json.drv building '/nix/store/g541dmzy7zj7r930a7blj7yyps8p2bxl-packages.json.drv'... Going to be running update for following packages: - sphinx-autobuild-2021.3.14 Press Enter key to continue... Running update for: - sphinx-autobuild-2021.3.14: UPDATING ... - sphinx-autobuild-2021.3.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinx-autobuild/default.nix b/pkgs/development/python-modules/sphinx-autobuild/default.nix index d090d2b8b56a..a133458cce9b 100644 --- a/pkgs/development/python-modules/sphinx-autobuild/default.nix +++ b/pkgs/development/python-modules/sphinx-autobuild/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "sphinx-autobuild"; - version = "2021.3.14"; + version = "2024.2.4"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "de1ca3b66e271d2b5b5140c35034c89e47f263f2cd5db302c9217065f7443f05"; + sha256 = "sha256-y50hIaF21i1FRxYkhyr8X613Va1mJzir5ADs9KeVQwM="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2021.3.14" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , flit-core , colorama , sphinx , livereload }: buildPythonPackage rec { pname = "sphinx-autobuild"; version = "2024.2.4"; pyproject = true; src = fetchPypi { pname = "sphinx_autobuild"; inherit version; hash = "sha256-y50hIaF21i1FRxYkhyr8X613Va1mJzir5ADs9KeVQwM="; }; build-system = [ flit-core ]; dependencies = [ colorama sphinx livereload ]; # No tests included. doCheck = false; pythonImportsCheck = [ "sphinx_autobuild" ]; meta = with lib; { description = "Rebuild Sphinx documentation on changes, with live-reload in the browser"; homepage = "https://github.com/sphinx-doc/sphinx-autobuild"; license = with licenses; [ mit ]; maintainers = with maintainers; [holgerpeters]; }; }