gh2md: 2.0.0 -> 2.3.1

This commit is contained in:
R. Ryantm 2024-01-22 18:07:51 +00:00
parent 4e2e46fe89
commit 83bc00391a

View File

@ -5,11 +5,11 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "gh2md"; pname = "gh2md";
version = "2.0.0"; version = "2.3.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "7a277939d4781f4ca741eccb74fc70f0aa85811185da52219878129cba7f1d77"; sha256 = "sha256-B7IB1TWfZ0StH2zo/tXfDAaPlgLvr4ciIv7B8EQyp8w=";
}; };
propagatedBuildInputs = with python3Packages; [ six requests python-dateutil ]; propagatedBuildInputs = with python3Packages; [ six requests python-dateutil ];