Unverified Commit 8b24091c authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

gh2md: 2.3.1 -> 2.5.1 (#449011)

parents 3a5d6fe8 4e07557f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; [