python313Packages.pynmeagps: remove disabled

Removed the restriction for Python versions older than 3.10.
This commit is contained in:
Fabian Affolter
2026-01-01 13:00:58 +01:00
committed by GitHub
parent 66026a5816
commit 8e4eecae5f
@@ -4,7 +4,6 @@
fetchFromGitHub,
pytestCheckHook,
pytest-cov-stub,
pythonOlder,
setuptools,
}:
@@ -13,8 +12,6 @@ buildPythonPackage rec {
version = "1.0.57";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "semuconsulting";
repo = "pynmeagps";