summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2020-06-20 22:11:11 -0400
committerAndrew Sun2020-06-20 22:11:11 -0400
commite32fe130ba70afb58b6c4751808f67f7b5464136 (patch)
tree469083becc17898598485a6ed818b6f04db9369b /PKGBUILD
parent828b336aadb5df418bdbb1d370751d4a02b066cb (diff)
downloadaur-e32fe130ba70afb58b6c4751808f67f7b5464136.tar.gz
0.24.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1543cf266d2f..fa68fd3fbec8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.24.11
+pkgver=0.24.12
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=('0f8329c909212a31f2f5e4382e336eafa11705ea2c7068bbcb9bfce2e0def7b8')
+sha256sums=('912666d3145d5888642a111227a97de83253f8c82c0344361b62bcaab1442657')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"