summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21ab2cf674a0..b182b051c3ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.23.6
+ pkgver = 0.23.7
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.6.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.23.6.tar.gz
- sha256sums = 50aa770842dc13bd5f3fead1b8821938ef723b04580d77cf802569fae772b61a
+ source = lifelines-0.23.7.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.23.7.tar.gz
+ sha256sums = f4300fe6c52209faf1830b037e1a3802cfc88caefb2db5e0c830ad7552857acb
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index 2b08bb86ecc3..f407ab104c47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.23.6
+pkgver=0.23.7
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=('50aa770842dc13bd5f3fead1b8821938ef723b04580d77cf802569fae772b61a')
+sha256sums=('f4300fe6c52209faf1830b037e1a3802cfc88caefb2db5e0c830ad7552857acb')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"