gh2md: 2.3.1 -> 2.5.1

This commit is contained in:
R. Ryantm
2025-10-06 03:22:20 +00:00
parent 0bcf98ab2f
commit 4e07557fbe
+2 -2
View File
@@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "gh2md";
version = "2.3.1";
version = "2.5.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-B7IB1TWfZ0StH2zo/tXfDAaPlgLvr4ciIv7B8EQyp8w=";
hash = "sha256-01r/x9SrxCUN/wrEAWopHDAEEJdwKiWL9mERylaNAlA=";
};
build-system = with python3Packages; [