summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-12-11 22:04:25 -0500
committerAndrew Sun2019-12-11 22:04:25 -0500
commitfb4833ce6951883cf77caab8e80c9ea8f5ca901b (patch)
treeeaa11f3d6a6934bf84ca19444e7e718d6627779b
parent2d775802a2aee4bd9ef1bd8ba152905b14f396f7 (diff)
downloadaur-fb4833ce6951883cf77caab8e80c9ea8f5ca901b.tar.gz
python-lifelines: update to 0.23.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f116e91eae8d..7fc890e6f976 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.23.2
+ pkgver = 0.23.3
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.2.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.23.2.tar.gz
- sha256sums = 215d32e47456564fa4b9f40ade162a7b7767f67661dd91b3bb8c14de445ca533
+ source = lifelines-0.23.3.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.23.3.tar.gz
+ sha256sums = ce93bf7a5fb203d7987d0987a926aa4db003d0de9a6c0e89b794a52f22acdcea
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index 7d5b359bda60..ec9ec282e252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.23.2
+pkgver=0.23.3
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=('215d32e47456564fa4b9f40ade162a7b7767f67661dd91b3bb8c14de445ca533')
+sha256sums=('ce93bf7a5fb203d7987d0987a926aa4db003d0de9a6c0e89b794a52f22acdcea')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"