summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2024-04-04 19:13:23 +0200
committerNarrat2024-04-04 19:13:23 +0200
commit85d958658b1053eb437bc8dd6303d10c3680683c (patch)
tree33ce9c2e2812f1dbdb3a2ccb6c605e26dea74a51 /PKGBUILD
parentf910514fbffef50ce8018409bfa6c40c1b63b427 (diff)
downloadaur-85d958658b1053eb437bc8dd6303d10c3680683c.tar.gz
tablib: update to 3.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ea0dd2c63c7..0c3a2d24e5c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_module="tablib"
pkgname="python-${_module}"
-pkgver=3.6.0
+pkgver=3.6.1
pkgrel=1
pkgdesc="Format-agnostic tabular data library (XLS, JSON, YAML, CSV)"
arch=("any")
@@ -22,7 +22,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=('414cb1922ae14af267ddd93163687dac6db74220360c5e0bd91f9a4479a9a649')
+sha256sums=('040685fde11e9237675f43e985edb94b63250a5e9236f89d561ce6fb1465b839')
build() {