mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01: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:
parent
b817cf5a96
commit
1951f93799
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue