summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBlair Bonnett2020-01-28 21:44:10 +0100
committerBlair Bonnett2020-01-28 21:44:10 +0100
commitd3a14f764ab1521c8a554af46277a85baa65c0d3 (patch)
tree7a3ba9c7195c1c9e96614c932738e7637fc11187 /PKGBUILD
parentcfc42305be04f928ddec7d64f3764f71fc889125 (diff)
downloadaur-d3a14f764ab1521c8a554af46277a85baa65c0d3.tar.gz
Bumped to 2.10.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afaebbc061bd..086242dd2e1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-distributed
_pkgname=distributed
-pkgver=2.9.3
+pkgver=2.10.0
pkgrel=1
pkgdesc="Python library for distributed computing"
arch=('any')
@@ -38,7 +38,7 @@ source=(
"https://files.pythonhosted.org/packages/source/d/distributed/distributed-$pkgver.tar.gz"
)
sha256sums=(
- '70e29fed075270df4ca7dda2b26a79523b753fe90fb278b2a7d6b0290ba53d9a'
+ '2f8cca741a20f776929cbad3545f2df64cf60207fb21f774ef24aad6f6589e8b'
)
build() {