python310Packages.setupmeta: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-26 11:31:47 +01:00
committed by GitHub
parent 8e28006559
commit a149d5bf0f
@@ -20,8 +20,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "codrsquad";
repo = pname;
rev = "v${version}";
sha256 = "sha256-HNGoLCTidgnaU5QA+0d/PQuCswigjdvQC3/w19i+Xuc=";
rev = "refs/tags/v${version}";
hash = "sha256-HNGoLCTidgnaU5QA+0d/PQuCswigjdvQC3/w19i+Xuc=";
};
preBuild = ''