python3Packages.columnize: disable auto-updates

This commit is contained in:
Gaetan Lepage
2025-12-13 18:13:41 +00:00
parent 98eccc2d3a
commit cd4c6608d5
@@ -11,6 +11,9 @@ buildPythonPackage rec {
version = "0.3.11";
pyproject = true;
# 3.11 is the git tag for the 0.3.11 version
# r-ryantm keeps trying to change the version to 3.11
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "rocky";
repo = "pycolumnize";