dooit-extras: unpin python311

This commit is contained in:
Peder Bergebakken Sundt
2025-05-30 03:56:42 +02:00
parent 26576db882
commit 94ea5940ba
+1 -4
View File
@@ -1,13 +1,10 @@
{
lib,
fetchFromGitHub,
python311,
python3,
dooit,
nix-update-script,
}:
let
python3 = python311;
in
python3.pkgs.buildPythonPackage rec {
pname = "dooit-extras";
version = "0.2.0";