Merge pull request #319915 from sikmir/pynmeagps

python3Packages.pynmeagps: 1.0.36 → 1.0.38
This commit is contained in:
Nikolay Korotkiy 2024-06-16 19:58:22 +04:00 committed by GitHub
commit efb6279090
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pynmeagps";
version = "1.0.36";
version = "1.0.38";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,12 +18,12 @@ buildPythonPackage rec {
owner = "semuconsulting";
repo = "pynmeagps";
rev = "refs/tags/v${version}";
hash = "sha256-n7dCr85TeBLxdrD1ZAA7PGJd9+3+xFJ8gjRU/JOFysY=";
hash = "sha256-sD33fcYqTGsLLSsz6ULM5FsHHen4uROJzaWGCDrIsFI=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "--cov --cov-report html --cov-fail-under 95" ""
--replace-fail "--cov --cov-report html --cov-fail-under 98" ""
'';
build-system = [ setuptools ];