diff options
-rw-r--r-- | community/pytest/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pytest/APKBUILD b/community/pytest/APKBUILD index ae7b62f87a..0ef4724b60 100644 --- a/community/pytest/APKBUILD +++ b/community/pytest/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=pytest -pkgver=3.5.0 -pkgrel=1 +pkgver=3.5.1 +pkgrel=0 pkgdesc="A python test library" url="http://pytest.org" arch="noarch" @@ -60,4 +60,4 @@ _py() { done } -sha512sums="031997650592a5c5697981c517082a8de0f585b63e9fcba57903163c0e87ab6a4206f93038ecc130530422547bfc0e03f765c8f260e52e51f2f9e0cb26ceeaa8 pytest-3.5.0.tar.gz" +sha512sums="5f54251b197b4bebadb06536054b4f79e16c5cec2cdfd7d95fd74548b8ecfaddaafeb635eb90d085fe4d4bea1108f951fe500d0e548cc8b797b0d23e0c2693a0 pytest-3.5.1.tar.gz" |