summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f85f388954d3..0479e6a66193 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyro-ppl
pkgdesc = A Python library for probabilistic modeling and inference
- pkgver = 1.8.1
+ pkgver = 1.8.4
pkgrel = 1
url = http://pyro.ai/
arch = any
@@ -40,7 +40,7 @@ pkgbase = python-pyro-ppl
optdepends = python-prettytable
optdepends = python-pytest-benchmark
optdepends = python-snakeviz
- source = https://files.pythonhosted.org/packages/31/0a/b27ef924616b79568199f36a15200c60e45b6fb6d8b684d4aaece5e290dd/pyro-ppl-1.8.1.tar.gz
- sha256sums = d7c049eb2e7485a612b4dd99c24c309cc860c7cbc6b1973387034f5436d1c8d6
+ source = https://files.pythonhosted.org/packages/c0/af/f653e545519597d6c833136e88aae5d8bb81969cf83c6f3d2c34f0269456/pyro-ppl-1.8.4.tar.gz
+ sha256sums = 766fad61e52df48885de96d41213da1f8e8c1b79ecf308ad53189fcd15c1cb41
pkgname = python-pyro-ppl
diff --git a/PKGBUILD b/PKGBUILD
index 5d05b9167988..86842a6100fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyro-ppl
_pypiname=${pkgname/python-/}
-pkgver=1.8.1
+pkgver=1.8.4
pkgrel=1
pkgdesc="A Python library for probabilistic modeling and inference"
arch=('any')
@@ -17,8 +17,8 @@ optdepends=('python-pytorch-cuda' 'flake8' 'python-isort' 'jupyter-nbformat' 'py
'python-pytest-benchmark' 'python-snakeviz')
checkdepends=('python-nbval' 'python-pytest-cov' 'python-pytest' 'python-scipy')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/31/0a/b27ef924616b79568199f36a15200c60e45b6fb6d8b684d4aaece5e290dd/${_pypiname}-${pkgver}.tar.gz")
-sha256sums=('d7c049eb2e7485a612b4dd99c24c309cc860c7cbc6b1973387034f5436d1c8d6')
+source=("https://files.pythonhosted.org/packages/c0/af/f653e545519597d6c833136e88aae5d8bb81969cf83c6f3d2c34f0269456/${_pypiname}-${pkgver}.tar.gz")
+sha256sums=('766fad61e52df48885de96d41213da1f8e8c1b79ecf308ad53189fcd15c1cb41')
build() {
cd $srcdir/${_pypiname}-${pkgver}