Date: Thursday, June 30, 2022 @ 15:46:26 Author: alucryd Revision: 1243059
upgpkg: python-graphene 3.1.0-1 Modified: python-graphene/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-30 15:43:58 UTC (rev 1243058) +++ PKGBUILD 2022-06-30 15:46:26 UTC (rev 1243059) @@ -2,8 +2,8 @@ # Contributor: Sven Schneider <[email protected]> pkgname=python-graphene -pkgver=3.0.0 -pkgrel=3 +pkgver=3.1.0 +pkgrel=1 pkgdesc='GraphQL framework for Python' arch=(any) url=https://graphene-python.org/ @@ -18,7 +18,7 @@ git python-setuptools ) -_tag=27f19e5a905f95f3703a187aaabb67f1623d4a92 +_tag=5475a7ad1ff982b973f4c8c2a4507020c8682e15 source=(git+https://github.com/graphql-python/graphene.git#tag=${_tag}) sha512sums=(SKIP)
