python310Packages.markdown2: Use hash, add changelog

This commit is contained in:
Robert Schütz
2023-03-03 23:58:21 +01:00
committed by Martin Weinelt
parent 98d69d13c0
commit 41b070bcbb
@@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, python
, pygments
}:
@@ -15,7 +14,7 @@ buildPythonPackage rec {
owner = "trentm";
repo = "python-markdown2";
rev = version;
sha256 = "sha256-0T3HcfjEApEEWtNZGZcta85dY9d/0mSyRBlrqBQEQwk=";
hash = "sha256-0T3HcfjEApEEWtNZGZcta85dY9d/0mSyRBlrqBQEQwk=";
};
nativeCheckInputs = [ pygments ];
@@ -31,6 +30,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
changelog = "https://github.com/trentm/python-markdown2/blob/${src.rev}/CHANGES.md";
description = "A fast and complete Python implementation of Markdown";
homepage = "https://github.com/trentm/python-markdown2";
license = licenses.mit;