diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2023-01-05 17:43:49 +0100 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2023-01-05 17:39:29 +0000 |
commit | 9be0122aed4e3f0584a4ac0b3a22284338749af6 (patch) | |
tree | e1934c433623c869a1d54c23d8143c99441fe682 | |
parent | 30709de20b4089e1191a0f2da4c4415623a510a5 (diff) | |
download | aports-9be0122aed4e3f0584a4ac0b3a22284338749af6.tar.gz aports-9be0122aed4e3f0584a4ac0b3a22284338749af6.tar.bz2 aports-9be0122aed4e3f0584a4ac0b3a22284338749af6.tar.xz |
community/py3-dbusmock: upgrade to 0.28.7
-rw-r--r-- | community/py3-dbusmock/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-dbusmock/APKBUILD b/community/py3-dbusmock/APKBUILD index 1b1512d6ae8..812b6e16b18 100644 --- a/community/py3-dbusmock/APKBUILD +++ b/community/py3-dbusmock/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Luca Weiss <luca@z3ntu.xyz> pkgname=py3-dbusmock _pyname=python-dbusmock -pkgver=0.28.6 -pkgrel=1 +pkgver=0.28.7 +pkgrel=0 pkgdesc="Mock D-Bus objects for tests" url="https://github.com/martinpitt/python-dbusmock" arch="noarch" @@ -36,5 +36,5 @@ package() { } sha512sums=" -1efc1a42fc5cc56d683f0f4d022877020f15d81a557c54f47619c704ca2f67716c1fbdb890f987d01f78b7786528a71de8dbfe84228baa41351eb751fc4cce61 python-dbusmock-0.28.6.tar.gz +d0fea9ad3a9f76af75f48a4e645f8ed70efde880043c9b843bc8cac53eca891c45fa9c74cefab63a820397886757ac0dc9c5f43aaf7604aa302c794aedb7bb46 python-dbusmock-0.28.7.tar.gz " |