Merge pull request #229262 from azahi/mdutils-160

python3Packages.mdutils: 1.5.1 -> 1.6.0

authored by Sandro and committed by GitHub 6669ad1e 164edb84

+2 -2
+2 -2
pkgs/development/python-modules/mdutils/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "mdutils"; 9 - version = "1.5.1"; 9 + version = "1.6.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "didix21"; 13 13 repo = pname; 14 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-/J5c0ndpm+Zy8QV6MqlMGkoh6fX5gBgfc0NvYowsdEo="; 15 + hash = "sha256-xF6z63CjL/qSBQsm/fSTQhwpg9yJU4qrY06cjn1PbCk="; 16 16 }; 17 17 18 18 nativeCheckInputs = [ unittestCheckHook ];