diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-08-22 14:50:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-23 08:25:50 +0100 |
commit | 4c0840f9d8c576ce39e46069f50ad0c2454bd1e5 (patch) | |
tree | ee84f01138bf5a23e4459e719f66d987375a9d28 | |
parent | 82d1b8b9d1277a6b938ab07f6b0f8f59df5ce65e (diff) | |
download | openembedded-core-4c0840f9d8c576ce39e46069f50ad0c2454bd1e5.tar.gz |
python3-git: upgrade 3.1.18 -> 3.1.20
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-git_3.1.20.bb (renamed from meta/recipes-devtools/python/python3-git_3.1.18.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-git_3.1.18.bb b/meta/recipes-devtools/python/python3-git_3.1.20.bb index d1c50d4322..2c20d3952f 100644 --- a/meta/recipes-devtools/python/python3-git_3.1.18.bb +++ b/meta/recipes-devtools/python/python3-git_3.1.20.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "GitPython" inherit pypi setuptools3 -SRC_URI[sha256sum] = "b838a895977b45ab6f0cc926a9045c8d1c44e2b653c1fcc39fe91f42c6e8f05b" +SRC_URI[sha256sum] = "df0e072a200703a65387b0cfdf0466e3bab729c0458cf6b7349d0e9877636519" DEPENDS += " ${PYTHON_PN}-gitdb" |