gh2md: 2.3.1 -> 2.5.1 (#449011)

This commit is contained in:
Pol Dellaiera
2025-10-07 19:10:27 +00:00
committed by GitHub
+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; [