summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-beartype_0.20.0.bb (renamed from meta/recipes-devtools/python/python3-beartype_0.19.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-beartype_0.19.0.bb b/meta/recipes-devtools/python/python3-beartype_0.20.0.bb
index ee2c068e09..c047ed2026 100644
--- a/meta/recipes-devtools/python/python3-beartype_0.19.0.bb
+++ b/meta/recipes-devtools/python/python3-beartype_0.20.0.bb
@@ -2,9 +2,9 @@ SUMMARY = "Unbearably fast runtime type checking in pure Python."
2HOMEPAGE = "https://beartype.readthedocs.io" 2HOMEPAGE = "https://beartype.readthedocs.io"
3 3
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e71f94261c1b39896cacacfeaf60560e" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=3a5bc05a109d235912da97a053cd7a58"
6 6
7SRC_URI[sha256sum] = "de42dfc1ba5c3710fde6c3002e3bd2cad236ed4d2aabe876345ab0b4234a6573" 7SRC_URI[sha256sum] = "599ecc86b88549bcb6d1af626f44d85ffbb9151ace5d7f9f3b493dce2ffee529"
8 8
9inherit pypi python_hatchling 9inherit pypi python_hatchling
10 10