1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-05 08:45:55 +02:00

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
+2 -2
View File
@@ -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.