Merge pull request #117776 from oxzi/python-pynmea2-1.17.0

pythonPackages.pynmea2: 1.16.0 -> 1.17.0
This commit is contained in:
Fabian Affolter 2021-03-27 16:04:51 +01:00 committed by GitHub
commit d404ecd995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pynmea2";
version = "1.16.0";
version = "1.17.0";
src = fetchPypi {
inherit pname version;
sha256 = "0w9g5qh573276404f04b46684ydlakv30ds0x0r4kcl370ljmfsg";
sha256 = "0x5xrk51dpzsvky1ncikadm80a44a82j3mjjykmhmx7jddc5qh9d";
};
checkInputs = [ pytestCheckHook ];