diff --git a/meta/recipes-devtools/python/python3-pyrsistent_0.18.0.bb b/meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb similarity index 60% rename from meta/recipes-devtools/python/python3-pyrsistent_0.18.0.bb rename to meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb index 0b4d2564f6..4c9b8ec1dd 100644 --- a/meta/recipes-devtools/python/python3-pyrsistent_0.18.0.bb +++ b/meta/recipes-devtools/python/python3-pyrsistent_0.18.1.bb @@ -1,9 +1,9 @@ SUMMARY = "Persistent/Immutable/Functional data structures for Python" HOMEPAGE = "https://github.com/tobgu/pyrsistent" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.mit;md5=a4b94c2b800b582a8d3925a9939cbf44" +LIC_FILES_CHKSUM = "file://LICENSE.mit;md5=b695eb9c6e7a6fb1b1bc2d193c42776e" -SRC_URI[sha256sum] = "773c781216f8c2900b42a7b638d5b517bb134ae1acbebe4d1e8f1f41ea60eb4b" +SRC_URI[sha256sum] = "d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96" inherit pypi setuptools3