summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2022-01-28 15:11:16 +0100
committerNarrat2022-01-28 15:11:16 +0100
commitf9aa4bee16abf5524b015c9ea0690f4bd529d9dd (patch)
tree623537a5aea618e0e86a3ae4c1f2de66471330c9 /PKGBUILD
parentfd961bd8770891ee7ba7bf9e60ff9c155398abc4 (diff)
downloadaur-f9aa4bee16abf5524b015c9ea0690f4bd529d9dd.tar.gz
tablib: update to 3.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 151ac04b378c..100068c56abf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_module="tablib"
pkgname="python-${_module}"
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=1
pkgdesc="Format-agnostic tabular data library (XLS, JSON, YAML, CSV)"
arch=("any")
@@ -23,7 +23,7 @@ optdepends=("python-tabulate: cli interface"
"python-openpyxl: for XLSX support"
"python-pyaml: for YAML support")
source=(https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz)
-sha256sums=('d64c9f6712918a3d90ec5d71b44b8bab1083e3609e4844ad2be80eb633e097ed')
+sha256sums=('12d8686454c721de88d8ca5adf07e1f419ef6dbcecedf65e8950d4a329daf3a0')
build() {