From bc18f5545c1bbf801d57a4480e4a8ae33d5df260 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 28 Sep 2025 01:42:15 +0200 Subject: [PATCH] python313Packages.pylamarzocco: remove disabled --- pkgs/development/python-modules/pylamarzocco/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/pylamarzocco/default.nix b/pkgs/development/python-modules/pylamarzocco/default.nix index 2a05a85a4e14..af4e7bb0c728 100644 --- a/pkgs/development/python-modules/pylamarzocco/default.nix +++ b/pkgs/development/python-modules/pylamarzocco/default.nix @@ -9,7 +9,6 @@ mashumaro, pytest-asyncio, pytestCheckHook, - pythonOlder, setuptools, syrupy, }: @@ -19,8 +18,6 @@ buildPythonPackage rec { version = "2.1.0"; pyproject = true; - disabled = pythonOlder "3.12"; - src = fetchFromGitHub { owner = "zweckj"; repo = "pylamarzocco";