diff mbox series

[meta-python] python3-lru-dict: upgrade 1.1.7 -> 1.1.8

Message ID 1658455737-26848-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-lru-dict: upgrade 1.1.7 -> 1.1.8 | expand

Commit Message

Mingyu Wang (Fujitsu) July 22, 2022, 2:08 a.m. UTC
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-lru-dict_1.1.7.bb => python3-lru-dict_1.1.8.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-lru-dict_1.1.7.bb => python3-lru-dict_1.1.8.bb} (78%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-lru-dict_1.1.7.bb b/meta-python/recipes-devtools/python/python3-lru-dict_1.1.8.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-lru-dict_1.1.7.bb
rename to meta-python/recipes-devtools/python/python3-lru-dict_1.1.8.bb
index 0a0682e0c2..b870bc0889 100644
--- a/meta-python/recipes-devtools/python/python3-lru-dict_1.1.7.bb
+++ b/meta-python/recipes-devtools/python/python3-lru-dict_1.1.8.bb
@@ -4,6 +4,6 @@  SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9d10a486ee04034fdef5162fd791f153"
 
-SRC_URI[sha256sum] = "45b81f67d75341d4433abade799a47e9c42a9e22a118531dcb5e549864032d7c"
+SRC_URI[sha256sum] = "878bc8ef4073e5cfb953dfc1cf4585db41e8b814c0106abde34d00ee0d0b3115"
 
 inherit pypi setuptools3