summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2020-07-27 15:32:43 -0400
committerAndrew Sun2020-07-27 15:32:43 -0400
commitf2371edc5789f5e2dba3f516665bfc0e289362ba (patch)
treed1c87f71fbb9d860203a81b8d22269f18b12c10a /PKGBUILD
parent157b16de2a70c42358ac417e4de368f189ce66e0 (diff)
downloadaur-f2371edc5789f5e2dba3f516665bfc0e289362ba.tar.gz
0.25.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14059561378a..2f0f43c45a48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.24.15
+pkgver=0.25.0
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/v${pkgver}.tar.gz")
-sha256sums=('e00db42aafd3f8021b0d52aa3f812cc9fb2c62de50da1e7020ead9632d47d43c')
+sha256sums=('fca9dc3783f075153ce7c786d0bedfc85ac66f8b9f5899c04ba5be718d89f39d')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"