From 1951f93799eae591507aa19a187badea85489248 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 19 Nov 2024 19:11:21 +0100 Subject: gnu: python-tibanna: Update to 5.4.3. * gnu/packages/web.scm (python-tibanna): Update to 5.4.3. Change-Id: I18ed2500e07eb0ef69c27302f26a9808222bb5c2 --- gnu/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/web.scm') 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. -- cgit v1.2.3