python3Packages.mdutils: 1.5.1 -> 1.6.0

This commit is contained in:
Azat Bahawi 2023-05-01 12:38:13 +03:00
parent 5c95114a2f
commit 67c9083d28
No known key found for this signature in database
GPG key ID: C8C6BDDB3847F72B

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "mdutils";
version = "1.5.1";
version = "1.6.0";
src = fetchFromGitHub {
owner = "didix21";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-/J5c0ndpm+Zy8QV6MqlMGkoh6fX5gBgfc0NvYowsdEo=";
hash = "sha256-xF6z63CjL/qSBQsm/fSTQhwpg9yJU4qrY06cjn1PbCk=";
};
nativeCheckInputs = [ unittestCheckHook ];