summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-11-19 19:11:21 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-11-19 19:11:21 +0100
commit1951f93799eae591507aa19a187badea85489248 (patch)
tree23788b8500cfa9151789d7d3ece30af0a456029a /gnu
parentb817cf5a96dcb1ddd5dbda44adc506e068bd0005 (diff)
gnu: python-tibanna: Update to 5.4.3.
* gnu/packages/web.scm (python-tibanna): Update to 5.4.3. Change-Id: I18ed2500e07eb0ef69c27302f26a9808222bb5c2
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index d21f3f09e6..d53815eadb 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5256,13 +5256,13 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
(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.