diff --git a/layers/meta-opentrons/recipes-robot/python-aionotify/python-aionotify_0.2.0.bb b/layers/meta-opentrons/recipes-robot/python-aionotify/python-aionotify_0.3.1.bb similarity index 50% rename from layers/meta-opentrons/recipes-robot/python-aionotify/python-aionotify_0.2.0.bb rename to layers/meta-opentrons/recipes-robot/python-aionotify/python-aionotify_0.3.1.bb index 25e26662..a548699c 100644 --- a/layers/meta-opentrons/recipes-robot/python-aionotify/python-aionotify_0.2.0.bb +++ b/layers/meta-opentrons/recipes-robot/python-aionotify/python-aionotify_0.3.1.bb @@ -3,10 +3,9 @@ HOMEPAGE = "https://github.com/rbarrois/aionotify" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=95348062da1183a702f2bfba094b9952" -SRC_URI = "https://files.pythonhosted.org/packages/57/c0/237d434870a024a16d89751ec9f4e5340a6d84d49ccb1ab738b3fdee907a/aionotify-${PV}.tar.gz" -SRC_URI[md5sum] = "252066f7ab85aa71a89d23d3e42ce041" -SRC_URL[sha256sum] = "64b702ad0eb115034533f9f62730a9253b79f5ff0fbf3d100c392124cdf12507" +SRC_URI = "https://files.pythonhosted.org/packages/23/16/81a26a64d728e76eea073cd0316f3e8885cca312247a9ba9af64d7c47e64/aionotify-${PV}.tar.gz" +SRC_URI[md5sum] = "8df747c66eb0c0f0567756d90569457d" +SRC_URL[sha256sum] = "9651e1373873c75786101330e302e114f85b6e8b5ad70b491497c8b3609a8449" S = "${WORKDIR}/aionotify-${PV}" inherit setuptools3 -