python3Packages.mdutils: 1.7.0 -> 1.8.0

R. Ryantm d83783f7 07c1e9c7

Changed files
+3 -3
pkgs
development
python-modules
mdutils
+3 -3
pkgs/development/python-modules/mdutils/default.nix
···
}:
buildPythonPackage rec {
pname = "mdutils";
-
version = "1.7.0";
+
version = "1.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "didix21";
repo = "mdutils";
tag = "v${version}";
-
hash = "sha256-3/rqcRdyReQnllgVe0/KzwpcFdgHN0K6afisV4dj+Y8=";
+
hash = "sha256-UBq6xSGG49zaRVWe2RmsCDkpa3vZFqKRJZQEVUegTSM=";
};
build-system = [ setuptools ];
···
this way, mdutils will make things easy for creating Markdown files.
'';
homepage = "https://github.com/didix21/mdutils";
-
changelog = "https://github.com/didix21/mdutils/releases/tag/v${version}";
+
changelog = "https://github.com/didix21/mdutils/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.azahi ];
};