deepsecrets: unpin python311

This commit is contained in:
Peder Bergebakken Sundt
2025-05-30 03:56:45 +02:00
parent 75c00536ed
commit 2a2b9ed586
+1 -3
View File
@@ -15577,9 +15577,7 @@ with pkgs;
deepdiff = with python3Packages; toPythonApplication deepdiff;
deepsecrets = callPackage ../tools/security/deepsecrets {
python3 = python311;
};
deepsecrets = callPackage ../tools/security/deepsecrets { };
deep-translator = with python3Packages; toPythonApplication deep-translator;