summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2022-08-09 10:11:44 -0400
committeracxz2022-08-09 10:11:44 -0400
commitc130d09b220024f22b3bf4464b6148f6cf35ad25 (patch)
tree3c75b23f1de1d57533b6d89afa768e551f3c26e9 /PKGBUILD
parent764705f425ce6e37ca1bb184f059d86fe7bef4da (diff)
downloadaur-c130d09b220024f22b3bf4464b6148f6cf35ad25.tar.gz
upgpkg: python-gpytorch 1.8.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f6f0a551680..679879c28003 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-gpytorch
-pkgver=1.8.0
+pkgver=1.8.1
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=('dbcc90e8f8982eb4e7684930a8516fb87c1ffce885974a4fe73b66c498f2466b')
+sha256sums=('be1bcbc2d8db835e145d710ba7520ab0c5907fe0e28a08c9d7ac76ae8e4f1f7c')
_pkgname=gpytorch