summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2020-06-18 22:08:17 -0400
committerAndrew Sun2020-06-18 22:08:17 -0400
commit828b336aadb5df418bdbb1d370751d4a02b066cb (patch)
treea82313ee4a8c71a8701c48240006de050dcea403 /PKGBUILD
parent0fa8cde29fb5e510df313ce6a0a0ee194c8b8833 (diff)
downloadaur-828b336aadb5df418bdbb1d370751d4a02b066cb.tar.gz
0.24.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0aa093c84036..1543cf266d2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.24.10
+pkgver=0.24.11
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=('6ea604c18d09149c7aa8c64d762e53cf8dea6c6e97888cf63994d7a75658e36b')
+sha256sums=('0f8329c909212a31f2f5e4382e336eafa11705ea2c7068bbcb9bfce2e0def7b8')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"