summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2023-04-13 20:32:01 +0200
committerNarrat2023-04-13 20:32:01 +0200
commitd440e17a47e53090555ac852fa0586de2a1b01ae (patch)
tree0db6c110f24cb5dc1beab1cd17d90928e1d5c50a /PKGBUILD
parent8c30825c27978cf4ef7d3bd671c3e90228de054d (diff)
downloadaur-d440e17a47e53090555ac852fa0586de2a1b01ae.tar.gz
tablib: update to 3.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d293b56c9cc3..d901fed91ff0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_module="tablib"
pkgname="python-${_module}"
-pkgver=3.3.0
+pkgver=3.4.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=('11e02a6f81d256e0666877d8397972d10302307a54c04fd7157e92faf740cb10')
+sha256sums=('77ea97faf6f92a7e198c05bd0c690f3cba57b83ea45a636b72f967cb6fe6f160')
build() {