summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2022-02-02 20:32:11 +0100
committerMichel Zou2022-02-02 20:32:11 +0100
commit69fd78bd688fa8f80117e7ee5010eff2fad497bd (patch)
tree56d52b4e15b587521696f946416f86061f15c455 /PKGBUILD
parentbfa0ef6a831e28d4ab2ff3219fbf3957a56e80b2 (diff)
downloadaur-69fd78bd688fa8f80117e7ee5010eff2fad497bd.tar.gz
0.22.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3195ba39236a..3fa71c6325b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.22.6
+pkgver=0.22.7
pkgrel=1
pkgdesc="C++ Bayesian networks library"
license=('LGPL')
@@ -8,7 +8,7 @@ url="http://agrum.gitlab.io/"
depends=('python-pydot' 'python-matplotlib' 'python-six' 'ipython' 'python-ipykernel' 'python-pandas' 'python-scikit-learn' 'python-cairosvg' 'unixodbc')
makedepends=('cmake')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('be15f0e47143a11f11b5222a56f3270c922069287a63ebae73c9b655ec5bbf7d')
+sha256sums=('31cd24682edafab3f28f767c6ca9e10a1bdedbe5597b23703f0d5744d5ddb2c8')
build() {
cd "$srcdir/aGrUM-$pkgver"