diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-multidict_6.1.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.1.0.bb b/meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb index ed49b8ff02..568b1b93ce 100644 --- a/meta-python/recipes-devtools/python/python3-multidict_6.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb | |||
@@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest | |||
8 | 8 | ||
9 | PV .= "+git" | 9 | PV .= "+git" |
10 | 10 | ||
11 | SRCREV = "4140e63780dc6dd600a1837cb9b4c5198c3dcd68" | 11 | SRCREV = "af07d5b2b18bb30e041983db2bea1fcb3e1c4b79" |
12 | PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https" | 12 | PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https" |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||