summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2022-09-08 06:17:59 -0400
committerAndrew Sun2022-09-08 06:17:59 -0400
commitef3eac42a26dcfdfc1ebb37a0d1d2ff2d1960d84 (patch)
tree47c565aa3aa8573cefc9fda9b2d0d547719561b4 /PKGBUILD
parentabb8a45dfa39aef9c99251a1698c80ac6ed21b73 (diff)
downloadaur-ef3eac42a26dcfdfc1ebb37a0d1d2ff2d1960d84.tar.gz
0.27.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80be083295de..6b8c41974ec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.27.1
+pkgver=0.27.2
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' 'python-for
makedepends=('python-setuptools')
options=(!emptydirs)
source=("${_pkgname}-${pkgver}.tar.gz"::"https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('799614c584aaf1acc08948dd64356f9ffd66dd1dc18d0296b5c4bde06b67cd3c')
+sha256sums=('25c132dffe2700ef71834a88522d5c0bec399b769a59a1a4c8c46fde147ab31d')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"