python3Packages.hatch-babel: comment out changelog
the upstream for some reason keeps filename versioned and forgot to bump it on the 0.1.2 release
This commit is contained in:
@@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Hatch build-hook to compile Babel *.po files to *.mo files at build time";
|
||||
homepage = "https://github.com/NiklasRosenstein/hatch-babel";
|
||||
changelog = "https://github.com/NiklasRosenstein/hatch-babel/blob/${src.tag}/.changelog/${src.tag}.toml";
|
||||
# changelog = "https://github.com/NiklasRosenstein/hatch-babel/blob/${src.tag}/.changelog/${src.tag}.toml";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user