gnu: python-graphene: Update to 3.0.

Fixes <https://issues.guix.gnu.org/50947>.
Reported by John Kehayias <john.kehayias@protonmail.com>.

* gnu/packages/python-xyz.scm (python-graphene): Update to 3.0.
[propagated-inputs]: Replace "python-iso8601" by "python-aniso8601".
This commit is contained in:
Ludovic Courtès 2021-11-18 15:40:57 +01:00
parent f8119cb514
commit 2b3046beca
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -16930,19 +16930,19 @@ (define-public python-graphql-relay
(define-public python-graphene
(package
(name "python-graphene")
(version "0.10.2")
(version "3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "graphene" version))
(sha256
(base32
"09zhac7igh9ixdz0ay6csy35b40l1jwbf2wrbxmgxwfhy51iy06q"))))
"08m1n2ydk48c18cvl8474v3pwwacjl1vgq61m9qs00122mp0cj5g"))))
(build-system python-build-system)
(propagated-inputs
`(("python-graphql-core" ,python-graphql-core)
("python-graphql-relay" ,python-graphql-relay)
("python-iso8601" ,python-iso8601)
("python-aniso8601" ,python-aniso8601)
("python-promise" ,python-promise)
("python-six" ,python-six)))
(arguments