summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2022-11-17 11:39:45 -0500
committerAndrew Sun2022-11-17 11:39:45 -0500
commitb56dcacd63b48914a60735f85e8f5a3a60950519 (patch)
tree03ff69682ff5e618341bae8b12f1daa344937ca1
parent766da7e973fa7ea2f4cab8cf852c9c6d0eabb499 (diff)
downloadaur-b56dcacd63b48914a60735f85e8f5a3a60950519.tar.gz
0.27.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 420a327b8ea7..44ec1b2f78fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.27.3
+ pkgver = 0.27.4
pkgrel = 1
url = https://github.com/CamDavidsonPilon/lifelines
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-lifelines
depends = python-scikit-learn
depends = python-formulaic
options = !emptydirs
- source = lifelines-0.27.3.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v0.27.3.tar.gz
- sha256sums = 35f7c1431823293ba7421c6379c792da2071e2a4a8dc85c26ef7fc3695b294ed
+ source = lifelines-0.27.4.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v0.27.4.tar.gz
+ sha256sums = 6c4962bbe2ee69e1b88a2c73d95ed981a05a10786465e4230841447ca0d64262
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index c578a573cc01..52117a61ee92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.27.3
+pkgver=0.27.4
pkgrel=1
pkgdesc="Survival analysis in Python"
url="https://github.com/CamDavidsonPilon/lifelines"
@@ -12,7 +12,7 @@ depends=('ipython' '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=('35f7c1431823293ba7421c6379c792da2071e2a4a8dc85c26ef7fc3695b294ed')
+sha256sums=('6c4962bbe2ee69e1b88a2c73d95ed981a05a10786465e4230841447ca0d64262')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"