smassh: unpin python311

This commit is contained in:
Peder Bergebakken Sundt
2025-05-30 03:56:43 +02:00
parent ac08339ad2
commit 167c2e876a
+1 -4
View File
@@ -2,13 +2,10 @@
lib,
fetchFromGitHub,
smassh,
python311,
python3,
testers,
}:
let
python3 = python311;
in
python3.pkgs.buildPythonApplication rec {
pname = "smassh";
version = "3.1.6";