summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2023-07-05 01:06:53 -0400
committerAlex Hirzel2023-07-05 01:06:53 -0400
commit42db1b90c5bd32a892d20c3bb19fa56b917e1f03 (patch)
tree6f92ce5ad8e153a55befecedb193a77112ed0e47 /PKGBUILD
parent2493db32a18bc038d4f0f9ba95efa24a3cc772e6 (diff)
downloadaur-42db1b90c5bd32a892d20c3bb19fa56b917e1f03.tar.gz
update to version 4.22.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 086f0cc4de00..eae68c29691b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-jsonargparse
_name=${pkgname#python-}
-pkgver=4.21.2
+pkgver=4.22.0
pkgrel=1
pkgdesc='Parsing library for CLI options, configs, and environment variables'
arch=('any')
@@ -14,7 +14,7 @@ depends=('python-yaml')
makedepends=('python-argcomplete' 'python-attrs' 'python-fsspec' 'python-jsonschema' 'python-pydantic' 'python-pytorch' 'python-requests' 'python-responses')
checkdepends=('python-coverage' 'python-pytest')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('d8354450d131e557f318568369008bde0bf2506f6fa61cc8a0a3217320db882c')
+sha256sums=('32339056285fcc931ad7f2095233160df1b50f348bb30694574539930727155f')
#prepare() {
# cd "$_name-$pkgver"