Merge pull request #282966 from r-ryantm/auto-update/gh2md

gh2md: 2.0.0 -> 2.3.1
This commit is contained in:
Artturi 2024-02-05 15:33:03 +02:00 committed by GitHub
commit f92141f5bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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