python312Packages.markdown 3.5.1 -> 3.5.2 https://repology.org/project/python:markdown/versions attrpath: python312Packages.markdown 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/flad57c1pxg73jlq327m4a9hg19ll6b1-packages.json.drv building '/nix/store/flad57c1pxg73jlq327m4a9hg19ll6b1-packages.json.drv'... Going to be running update for following packages: - python3.12-markdown-3.5.1 Press Enter key to continue... Running update for: - python3.12-markdown-3.5.1: UPDATING ... - python3.12-markdown-3.5.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/markdown/default.nix b/pkgs/development/python-modules/markdown/default.nix index 4041a1aa3035..d7be3fabfab7 100644 --- a/pkgs/development/python-modules/markdown/default.nix +++ b/pkgs/development/python-modules/markdown/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "markdown"; - version = "3.5.1"; + version = "3.5.2"; disabled = pythonOlder "3.8"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "Python-Markdown"; repo = "markdown"; rev = "refs/tags/${version}"; - hash = "sha256-OeCr72N3ygYYJnI+bIXCt63tSLDFLKznYekTk1sYHZI="; + hash = "sha256-YLOLDiS93zpjJWzkWXcutjZw9iB/FfbjxQXjau2B+JQ="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.5.1" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchFromGitHub , importlib-metadata , pyyaml , setuptools , unittestCheckHook }: buildPythonPackage rec { pname = "markdown"; version = "3.5.2"; disabled = pythonOlder "3.8"; pyproject = true; src = fetchFromGitHub { owner = "Python-Markdown"; repo = "markdown"; rev = "refs/tags/${version}"; hash = "sha256-YLOLDiS93zpjJWzkWXcutjZw9iB/FfbjxQXjau2B+JQ="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = lib.optionals (pythonOlder "3.10") [ importlib-metadata ]; nativeCheckInputs = [ unittestCheckHook pyyaml ]; pythonImportsCheck = [ "markdown" ]; meta = with lib; { changelog = "https://github.com/Python-Markdown/markdown/blob/${src.rev}/docs/changelog.md"; description = "Python implementation of John Gruber's Markdown"; homepage = "https://github.com/Python-Markdown/markdown"; license = licenses.bsd3; maintainers = with maintainers; [ dotlambda ]; }; }