summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-10-06 09:36:00 -0400
committerAndrew Sun2019-10-06 09:36:00 -0400
commit46a7518b24760354408ba3c01bb60d7cbc766a27 (patch)
tree29cbcee7f45cd7ae14624fe16a7c4b7668caf6e8
parentb894e65062a6c840a1039114817aafb0baab75fa (diff)
downloadaur-46a7518b24760354408ba3c01bb60d7cbc766a27.tar.gz
python-lifelines: update to 0.22.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e689d59a1132..4319f94e77d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.22.7
+ pkgver = 0.22.8
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.22.7.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.22.7.tar.gz
- sha256sums = 77351e10bee82776fd0845e0ae1d8c9f4c1485c69762946e8700f5173b65f83c
+ source = lifelines-0.22.8.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.22.8.tar.gz
+ sha256sums = 637eefb86abe0d7b5952c3872bae86ee22cd8adfa2a27e4b3015bf994c799d67
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index 1c8015f1657a..26047bd37f61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.22.7
+pkgver=0.22.8
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=('77351e10bee82776fd0845e0ae1d8c9f4c1485c69762946e8700f5173b65f83c')
+sha256sums=('637eefb86abe0d7b5952c3872bae86ee22cd8adfa2a27e4b3015bf994c799d67')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"