diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/pytest/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pytest/APKBUILD b/community/pytest/APKBUILD index 4f7936d04e..36945c04e8 100644 --- a/community/pytest/APKBUILD +++ b/community/pytest/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=pytest -pkgver=3.4.2 +pkgver=3.5.0 pkgrel=0 pkgdesc="A python test library" url="http://pytest.org" @@ -60,4 +60,4 @@ _py() { done } -sha512sums="787065ab76d4482799bb2da9f024c9c383e68cc1cc01f3b80f6ed9444ca6383d20953615696ed4dd01668777b094cf5002b23c4ce51828879dcf8ebf2170c71b pytest-3.4.2.tar.gz" +sha512sums="031997650592a5c5697981c517082a8de0f585b63e9fcba57903163c0e87ab6a4206f93038ecc130530422547bfc0e03f765c8f260e52e51f2f9e0cb26ceeaa8 pytest-3.5.0.tar.gz" |