summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-12-02 08:40:44 -0500
committeracxz2020-12-02 08:40:44 -0500
commit7fc6161f498511d4a498b909a364df310c4910bc (patch)
tree9190aabef1b6031700dd921711c257e472cbea55 /PKGBUILD
parent0df39a9414720dfb7e2a48b9966a7c09a50a3224 (diff)
downloadaur-7fc6161f498511d4a498b909a364df310c4910bc.tar.gz
[python-gpytorch] updpkg 1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de088a0077e4..37beacb1a376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-gpytorch
-pkgver=1.2.1
+pkgver=1.3.0
pkgrel=1
pkgdesc='A highly efficient and modular implementation of GPs, with GPU
acceleration. Implemented in PyTorch.'
@@ -33,7 +33,7 @@ optdepends=(
'python-nbval: for [test] module'
)
source=("$pkgname-$pkgver::https://github.com/cornellius-gp/gpytorch/archive/v$pkgver.tar.gz")
-sha256sums=('9f09c6f11dd76fdba22ba0c4523b7631c2637104e9ebfb2ea4c8a6fa556015d6')
+sha256sums=('c60f216e621aba5b8197ea0e54868cba957ab6b9720a1c5745eda0292382cbe9')
_pkgname=gpytorch