From f7c1b3fb913507927bfb1ff07de385c41375c09a Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Wed, 29 Jan 2020 11:50:42 +0100 Subject: [PATCH] pkg/nanopb: bump version to 0.4.1 Update the version of the nanopb package to the latest upstream release. --- pkg/nanopb/Makefile | 2 +- .../0001-generator-nanopb_generator.py-use-python3.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/nanopb/Makefile b/pkg/nanopb/Makefile index 422a5abc79..7ee55de18d 100644 --- a/pkg/nanopb/Makefile +++ b/pkg/nanopb/Makefile @@ -1,6 +1,6 @@ PKG_NAME=nanopb PKG_URL=https://github.com/nanopb/nanopb -PKG_VERSION=493adf3616bee052649c63c473f8355630c2797f # nanopb-0.3.9.4 +PKG_VERSION=3eb9a75c1e66e6182e87e2bd758ff2a4d16acbdc # nanopb-0.4.1 PKG_LICENSE=MIT include $(RIOTBASE)/pkg/pkg.mk diff --git a/pkg/nanopb/patches/0001-generator-nanopb_generator.py-use-python3.patch b/pkg/nanopb/patches/0001-generator-nanopb_generator.py-use-python3.patch index d8ed6a5343..db6b4f63d3 100644 --- a/pkg/nanopb/patches/0001-generator-nanopb_generator.py-use-python3.patch +++ b/pkg/nanopb/patches/0001-generator-nanopb_generator.py-use-python3.patch @@ -14,9 +14,9 @@ index 03f41a0..4f0ab47 100755 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 + # kate: replace-tabs on; indent-width 4; from __future__ import unicode_literals - -- 2.23.0