From b90b06785c4979a44c9810029dd7c222d9e55d3c Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 20 Apr 2022 16:53:23 +0200 Subject: [PATCH] python3-adafruit-circuitpython-register: Upgrade to 1.9.8 Signed-off-by: Andrei Gherzan --- ....9.4.bb => python3-adafruit-circuitpython-register_1.9.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-adafruit-circuitpython-register_1.9.4.bb => python3-adafruit-circuitpython-register_1.9.8.bb} (90%) diff --git a/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb b/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.8.bb similarity index 90% rename from recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb rename to recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.8.bb index 1f745e7..1a609f5 100644 --- a/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb +++ b/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.8.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6ec69d6e9e6c85adfb7799d7f8cf044e" SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_Register.git;branch=main;protocol=https" S = "${WORKDIR}/git" -SRCREV = "5fee6e0c3878110844bc51e16063eeae7d94c457" +SRCREV = "49ab415d6b601c99979262f9e91c21dcb3a927a7" DEPENDS += "python3-setuptools-scm-native"