pythonPackages.pynmea2: 1.17.0 -> 1.18.0 (#121484)

This commit is contained in:
alvar 2021-05-02 14:39:16 +02:00 committed by GitHub
parent 7d0e9bb1a0
commit aacbc7385c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,15 +2,17 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pynmea2"; pname = "pynmea2";
version = "1.17.0"; version = "1.18.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0x5xrk51dpzsvky1ncikadm80a44a82j3mjjykmhmx7jddc5qh9d"; sha256 = "1b94lhpbgvnknb563dlwvs5vkk7w3ma54sj614ynh2dzgqrd6h73";
}; };
checkInputs = [ pytestCheckHook ]; checkInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "pynmea2" ];
meta = { meta = {
homepage = "https://github.com/Knio/pynmea2"; homepage = "https://github.com/Knio/pynmea2";
description = "Python library for the NMEA 0183 protcol"; description = "Python library for the NMEA 0183 protcol";