md2gemini 1.9.0 -> 1.9.1 https://repology.org/project/md2gemini/versions attrpath: md2gemini Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/md2gemini/default.nix b/pkgs/development/python-modules/md2gemini/default.nix index 9c4215940aa5..da0a87983c94 100644 --- a/pkgs/development/python-modules/md2gemini/default.nix +++ b/pkgs/development/python-modules/md2gemini/default.nix @@ -3,7 +3,7 @@ buildPythonPackage rec { pname = "md2gemini"; - version = "1.9.0"; + version = "1.9.1"; propagatedBuildInputs = [ mistune cjkwrap wcwidth ]; nativeCheckInputs = [ pytestCheckHook ]; @@ -11,7 +11,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-d1zuK+NqoPS36ihh8qx9gOET94tApY+SGStsc/bITnU="; + hash = "sha256-XreDqqzH3UQ+RIBOrvHpaBb7PXcPPptjQx5cjpI+VzQ="; }; meta = with lib; { Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A md2gemini nix build failed. gem = """ Text before > quote with newline link in it > > link[1] => https://example.com 1: https://example.com Text after """.strip() > assert f(md, links="paragraph") == gem E AssertionError: assert 'Text before\...n\nText after' == 'Text before\...n\nText after' E Skipping 38 identical leading characters in diff, use -v to show E in it E >  E - > link[1] E  E - => https://example.com 1: https://example.com E + => https://example.com link E  E Text after tests/test_links.py:143: AssertionError =========================== short test summary info ============================ FAILED tests/test_links.py::test_link_in_quote_newline - AssertionError: assert 'Text before\...n\nText after' == 'Text before\...n\... ========================= 1 failed, 59 passed in 0.27s ========================= /nix/store/1qxkj91n172qnypdrqdybh4p203nax7g-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context