summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2023-09-13 11:38:48 -0400
committerAndrew Sun2023-09-13 11:38:48 -0400
commit63da8f1ff36adc416606b34d2d7f12dae8343de3 (patch)
treea4956bf6c3f9272466f878cd34f066d8da0ede66
parentd25ca10aa175036d7cd70869840d9c829e898888 (diff)
downloadaur-63da8f1ff36adc416606b34d2d7f12dae8343de3.tar.gz
0.27.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bd384a0d4ec..1e56af92d416 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.27.7
+ pkgver = 0.27.8
pkgrel = 1
url = https://github.com/CamDavidsonPilon/lifelines
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-lifelines
depends = python-scikit-learn
depends = python-formulaic
options = !emptydirs
- source = python-lifelines-0.27.7.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v0.27.7.tar.gz
- sha256sums = 6c445b0782f4ea10bf9afba9109d1bc05d37afff3bd1826ff4604bdc587d45fa
+ source = python-lifelines-0.27.8.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v0.27.8.tar.gz
+ sha256sums = 2313436bbb4dd38d12e57a20926539be1fe10131cc7f5f06d8661ca5b9041f3c
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index fa923685c325..c2096ed643b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.27.7
+pkgver=0.27.8
pkgrel=1
pkgdesc="Survival analysis in Python"
url="https://github.com/CamDavidsonPilon/lifelines"
@@ -12,7 +12,7 @@ depends=('ipython' 'python-autograd-gamma' 'python-matplotlib' 'python-pandas' '
makedepends=('python-setuptools')
options=(!emptydirs)
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('6c445b0782f4ea10bf9afba9109d1bc05d37afff3bd1826ff4604bdc587d45fa')
+sha256sums=('2313436bbb4dd38d12e57a20926539be1fe10131cc7f5f06d8661ca5b9041f3c')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"