Merge pull request #229262 from azahi/mdutils-160

python3Packages.mdutils: 1.5.1 -> 1.6.0
This commit is contained in:
Sandro 2023-05-08 23:57:25 +02:00 committed by GitHub
commit 6669ad1efd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];