[arch-commits] Commit in python-seaborn/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Mar 12 20:40:05 UTC 2021


    Date: Friday, March 12, 2021 @ 20:40:05
  Author: arojas
Revision: 889752

Update to 0.11.1

Modified:
  python-seaborn/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-12 20:39:37 UTC (rev 889751)
+++ PKGBUILD	2021-03-12 20:40:05 UTC (rev 889752)
@@ -4,8 +4,8 @@
 # TODO: python-fastcluster is optional dependency (move from AUR)
 
 pkgname=python-seaborn
-pkgver=0.11.0
-pkgrel=3
+pkgver=0.11.1
+pkgrel=1
 pkgdesc="Statistical data visualization"
 arch=('any')
 url="https://seaborn.pydata.org/"
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools')
 optdepends=('python-statsmodels: for some advanced statistical plots')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz")
-sha256sums=('0880ee8647019dadd35fba4744192e821dfd0b1647bff5b25c40996f0193b9ba')
+sha256sums=('fbc6d02111c14ed3e7cb312b7fd594229e6cb4ed18768557302336a31e042bcf')
 
 build() {
   cd "$srcdir"/seaborn-${pkgver}



More information about the arch-commits mailing list