python310Packages.mkdocs-mermaid2-plugin 1.0.8 -> 1.1.1 https://repology.org/project/python:mkdocs-mermaid2-plugin/versions attrpath: python310Packages.mkdocs-mermaid2-plugin 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/fbi6l8v6qsqvqx81r0844r50y89f6210-packages.json.drv building '/nix/store/fbi6l8v6qsqvqx81r0844r50y89f6210-packages.json.drv'... Going to be running update for following packages: - python3.10-mkdocs-mermaid2-plugin-1.0.8 Press Enter key to continue... Running update for: - python3.10-mkdocs-mermaid2-plugin-1.0.8: UPDATING ... - python3.10-mkdocs-mermaid2-plugin-1.0.8: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/mkdocs-mermaid2-plugin/default.nix b/pkgs/development/python-modules/mkdocs-mermaid2-plugin/default.nix index 54499fdbd07d..86037b0c18ec 100644 --- a/pkgs/development/python-modules/mkdocs-mermaid2-plugin/default.nix +++ b/pkgs/development/python-modules/mkdocs-mermaid2-plugin/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "mkdocs-mermaid2-plugin"; - version = "1.0.8"; + version = "1.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "fralau"; repo = "mkdocs-mermaid2-plugin"; rev = "refs/tags/v${version}"; - hash = "sha256-0h/EMfp6D14ZJcQe3U2r/RQ/VNejOK9bLP6AMNiB0Rc="; + hash = "sha256-9vYLkGUnL+rnmZntcgFzOvXQdf6angb9DRsmrBjnPUY="; }; propagatedBuildInputs = [ No auto update branch exists Old version 1.0.8" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , beautifulsoup4 , jsbeautifier , mkdocs , mkdocs-material , pymdown-extensions , pyyaml , requests , pythonOlder }: buildPythonPackage rec { pname = "mkdocs-mermaid2-plugin"; version = "1.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "fralau"; repo = "mkdocs-mermaid2-plugin"; rev = "refs/tags/v${version}"; hash = "sha256-9vYLkGUnL+rnmZntcgFzOvXQdf6angb9DRsmrBjnPUY="; }; propagatedBuildInputs = [ beautifulsoup4 jsbeautifier mkdocs mkdocs-material pymdown-extensions pyyaml requests ]; # non-traditional python tests (e.g. nodejs based tests) doCheck = false; pythonImportsCheck = [ "mermaid2" ]; meta = with lib; { description = "A MkDocs plugin for including mermaid graphs in markdown sources"; homepage = "https://github.com/fralau/mkdocs-mermaid2-plugin"; changelog = "https://github.com/fralau/mkdocs-mermaid2-plugin/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; }; }