Date: Wednesday, December 21, 2022 @ 19:12:24
  Author: archange
Revision: 1364925

upgpkg: python-distributed 2022.12.1-1

Modified:
  python-distributed/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-21 19:07:15 UTC (rev 1364924)
+++ PKGBUILD    2022-12-21 19:12:24 UTC (rev 1364925)
@@ -2,7 +2,7 @@
 
 _pkg=distributed
 pkgname=python-${_pkg}
-pkgver=2022.11.1
+pkgver=2022.12.1
 pkgrel=1
 pkgdesc="Distributed task scheduler for Dask"
 arch=(x86_64)
@@ -55,7 +55,7 @@
 # No tests in PyPi tarballs
 
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 
source=(https://github.com/dask/distributed/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('d2e0e17d5f7addc5049829b3f84802bde9a89a8bed196b8a689d7c4f980e3a22')
+sha256sums=('9051cf8ea2a29e7737eb53a65f6689e3b20d7031f9eb326bb0aa66b48d7c18d2')
 
 build() {
   cd ${_pkg}-${pkgver}

Reply via email to