summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-11-28 12:30:55 -0500
committerAndrew Sun2019-11-28 12:30:55 -0500
commitf7cadad145adaea64ff54c072ef7d61763eb9912 (patch)
treeabaf63cab6ab7d91ec62bf12da376a13a6cb33ca
parent2fff55e6838ad20c251452827b781bb18c000abe (diff)
downloadaur-f7cadad145adaea64ff54c072ef7d61763eb9912.tar.gz
python-lifelines: update to 0.23.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adb3923b2a39..5be59aa0360e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.23.0
+ pkgver = 0.23.1
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.0.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.23.0.tar.gz
- sha256sums = ad55e7fe7c38e7a7b817d51cccbc57dd23977ba27af249bd9470245d2309cff9
+ source = lifelines-0.23.1.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.23.1.tar.gz
+ sha256sums = 2adf1ab311a0aa781dce1a52eb792a6a8eb9fa27bff317cd83088dd19955e1a7
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index 4428984a69a3..819094559a0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.23.0
+pkgver=0.23.1
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=('ad55e7fe7c38e7a7b817d51cccbc57dd23977ba27af249bd9470245d2309cff9')
+sha256sums=('2adf1ab311a0aa781dce1a52eb792a6a8eb9fa27bff317cd83088dd19955e1a7')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"