python312Packages.pynmeagps: 1.0.45 -> 1.0.46 (#392384)

This commit is contained in:
Nick Cao
2025-03-23 10:00:53 -04:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pynmeagps";
version = "1.0.45";
version = "1.0.46";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "semuconsulting";
repo = "pynmeagps";
tag = "v${version}";
hash = "sha256-LAWve4Qrc7Kf4b/2+oNTZUnDQWMleuxeeBN/A3jR+rs=";
hash = "sha256-xTgUGr1ZFmQQBGTbD5rtIkg7uQZoAa+8+bUNHYDc3iA=";
};
build-system = [ setuptools ];