python3Packages.torcheval: disable auto-upgrade (#460641)

This commit is contained in:
dotlambda
2025-12-06 21:17:22 +00:00
committed by GitHub
@@ -13,6 +13,9 @@ let
pname = "torcheval";
version = "0.0.7";
in
# nixpkgs-update: no auto update
# upstream is missing the tag, so r-ryantm is attempting downgrades, e.g. #460611
buildPythonPackage {
inherit pname version;
pyproject = true;