ablog 0.10.24 -> 0.10.33 https://pypi.org/project/ablog/ attrpath: ablog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mxi1nnw9iv0mzgkq6m30sbr8y2pqccd0-packages.json.drv building '/nix/store/mxi1nnw9iv0mzgkq6m30sbr8y2pqccd0-packages.json.drv'... Going to be running update for following packages: - ablog-0.10.29 Press Enter key to continue... Running update for: - ablog-0.10.29: UPDATING ... - ablog-0.10.29: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/misc/ablog/default.nix b/pkgs/applications/misc/ablog/default.nix index e578caad529..36811b34335 100644 --- a/pkgs/applications/misc/ablog/default.nix +++ b/pkgs/applications/misc/ablog/default.nix @@ -6,11 +6,11 @@ with python3.pkgs; buildPythonApplication rec { pname = "ablog"; - version = "0.10.29"; + version = "0.10.33"; src = fetchPypi { inherit pname version; - sha256 = "sha256-q2zoXCmnzzjXSBGFKzondOQRz7CjZp0wCiXxbgpXHIA="; + sha256 = "sha256-vCkLX64aPAem0QvKI1iUNAHWEJZlAOIb1DA9U7xPJkU="; }; propagatedBuildInputs = [ Old version "0.10.29"" not present in master derivation file with contents: { lib , python3 }: with python3.pkgs; buildPythonApplication rec { pname = "ablog"; version = "0.10.29"; src = fetchPypi { inherit pname version; sha256 = "sha256-q2zoXCmnzzjXSBGFKzondOQRz7CjZp0wCiXxbgpXHIA="; }; propagatedBuildInputs = [ feedgen sphinx invoke watchdog python-dateutil ]; checkInputs = [ pytestCheckHook ]; nativeBuildInputs = [ setuptools-scm ]; meta = with lib; { description = "ABlog for blogging with Sphinx"; homepage = "https://ablog.readthedocs.io/en/latest/"; license = licenses.mit; maintainers = with maintainers; [ rgrinberg ]; }; }