summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-12-15 11:02:19 -0500
committerAndrew Sun2019-12-15 11:02:19 -0500
commit0e754fe3fb6b61ac3ca21fa7d61e016a4fd9f2ba (patch)
tree4a06c4660e37259b21681e5c07952e24e7e841ba
parentfb4833ce6951883cf77caab8e80c9ea8f5ca901b (diff)
downloadaur-0e754fe3fb6b61ac3ca21fa7d61e016a4fd9f2ba.tar.gz
python-lifelines: update to 0.23.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fc890e6f976..b84fab688cc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.23.3
+ pkgver = 0.23.4
pkgrel = 1
url = https://github.com/CamDavidsonPilon/lifelines
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-lifelines
depends = python-matplotlib
depends = python-pandas
options = !emptydirs
- source = lifelines-0.23.3.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.23.3.tar.gz
- sha256sums = ce93bf7a5fb203d7987d0987a926aa4db003d0de9a6c0e89b794a52f22acdcea
+ source = lifelines-0.23.4.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.23.4.tar.gz
+ sha256sums = b090c69e342438dbf21c7636f223a0c10097bbd0006a147e60dc92421bc0f6a4
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index ec9ec282e252..a5f15b30ed5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.23.3
+pkgver=0.23.4
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=('ce93bf7a5fb203d7987d0987a926aa4db003d0de9a6c0e89b794a52f22acdcea')
+sha256sums=('b090c69e342438dbf21c7636f223a0c10097bbd0006a147e60dc92421bc0f6a4')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"