summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2022-08-09 10:11:44 -0400
committeracxz2022-08-09 10:11:44 -0400
commitc130d09b220024f22b3bf4464b6148f6cf35ad25 (patch)
tree3c75b23f1de1d57533b6d89afa768e551f3c26e9
parent764705f425ce6e37ca1bb184f059d86fe7bef4da (diff)
downloadaur-c130d09b220024f22b3bf4464b6148f6cf35ad25.tar.gz
upgpkg: python-gpytorch 1.8.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5163a8383a4e..6496cdcb62b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-gpytorch
pkgdesc = A highly efficient and modular implementation of GPs, with GPU acceleration. Implemented in PyTorch.
- pkgver = 1.8.0
+ pkgver = 1.8.1
pkgrel = 1
url = https://gpytorch.ai
arch = x86_64
@@ -35,7 +35,7 @@ pkgbase = python-gpytorch
optdepends = python-flake8-print: for [test] module
optdepends = python-pytest: for [test] module
optdepends = python-nbval: for [test] module
- source = python-gpytorch-1.8.0::https://github.com/cornellius-gp/gpytorch/archive/v1.8.0.tar.gz
- sha256sums = dbcc90e8f8982eb4e7684930a8516fb87c1ffce885974a4fe73b66c498f2466b
+ source = python-gpytorch-1.8.1::https://github.com/cornellius-gp/gpytorch/archive/v1.8.1.tar.gz
+ sha256sums = be1bcbc2d8db835e145d710ba7520ab0c5907fe0e28a08c9d7ac76ae8e4f1f7c
pkgname = python-gpytorch
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