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:
Acid Bong
2026-07-21 18:12:09 +03:00
parent cff193a5c9
commit 431edb77db
@@ -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 = [ ];
};