diff options
author | Bart Ribbers <bribbers@disroot.org> | 2021-09-21 11:54:13 +0200 |
---|---|---|
committer | Bart Ribbers <bribbers@disroot.org> | 2021-09-21 10:14:40 +0000 |
commit | 9b8cd4e6636c28ba84abef743d84b8505b8c896a (patch) | |
tree | 0a2eb8965c9c5d966b7f50a069ae292dadd5292f | |
parent | 20419bc72eba70f8b32c31edeed41294f5145f7e (diff) |
community/py3-gitpython: upgrade to 3.1.24
-rw-r--r-- | community/py3-gitpython/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-gitpython/APKBUILD b/community/py3-gitpython/APKBUILD index 6faf6b60874..5112d182db9 100644 --- a/community/py3-gitpython/APKBUILD +++ b/community/py3-gitpython/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=py3-gitpython -pkgver=3.1.20 +pkgver=3.1.24 pkgrel=0 pkgdesc="Python3 Git Library" url="https://github.com/gitpython-developers/GitPython" @@ -36,5 +36,5 @@ package() { } sha512sums=" -a3f74158d476c1b4b3a36a0ec080f80ed518908d21528925f002e33c861c66ca39a9f335c7eb2d7518d1161639931ea01fc2a6c1d07332a059ea3be47051de24 GitPython-3.1.20.tar.gz +c18ea84d9bbc36d414014a62b05785dff2b3bdd6833a5c46eec554aff261632c1573da12e919934b60219a5844802f22ba72104cc5a4cd3ac658b2dd57a80b39 GitPython-3.1.24.tar.gz " |