python3Packages.git-revise: Remove redundant rec

After pointing the `meta.changelog` attr to the `CHANGELOG.md` on
`main`, the `rec` isn't used for anything.
This commit is contained in:
Rebecca Turner
2026-06-16 10:41:08 -07:00
parent 7857fe928d
commit 96402cbd9b
@@ -8,7 +8,7 @@
pytestCheckHook,
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "git-revise";
version = "0.7.0-unstable-2025-01-28";
format = "setuptools";