gnu: python-tibanna: Update to 5.4.3.

* gnu/packages/web.scm (python-tibanna): Update to 5.4.3.

Change-Id: I18ed2500e07eb0ef69c27302f26a9808222bb5c2
This commit is contained in:
Ricardo Wurmus 2024-11-19 19:11:21 +01:00
parent b817cf5a96
commit 1951f93799
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5256,13 +5256,13 @@ (define-public python-feedparser
(define-public python-tibanna
(package
(name "python-tibanna")
(version "4.0.0")
(version "5.4.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "tibanna" version))
(sha256
(base32
"185jr5b1dfgh82xcjal0y9wbzds37s0yhx0hp8awlvw26v72awv2"))))
"11pbyw881qaj08syc9mwr301rm3jhy6vyci98pxin2dwvyzkgwhd"))))
(build-system pyproject-build-system)
(arguments
;; Tests require AWS credentials and access to the internet.