summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2021-11-30 19:21:58 -0500
committerAndrew Sun2021-11-30 19:21:58 -0500
commit50f672073bd2a67f04ab8d4762e78625db647884 (patch)
tree647e6399259b0909e4ef6c44d327dc51f9d19d45 /PKGBUILD
parentbe7012f0f31032c90e304f5bfb627e6b74435b99 (diff)
downloadaur-50f672073bd2a67f04ab8d4762e78625db647884.tar.gz
0.26.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fff3701fbd7..0f3a7f397bb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.26.3
+pkgver=0.26.4
pkgrel=1
pkgdesc="Survival analysis in Python"
url="https://github.com/CamDavidsonPilon/lifelines"
@@ -12,7 +12,7 @@ depends=('python-autograd-gamma' 'python-matplotlib' 'python-pandas')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("${_pkgname}-${pkgver}.tar.gz"::"https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('8b7898fee669c576ef7b4c1e4cb8cc2cc2c6929789179801f77eeb63080f6f1c')
+sha256sums=('d54e1fb66d3b74a0f1bd139e46a00452d3cc22f0988cfe05e70a43ea0e5fcb03')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"