mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
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:
parent
f8119cb514
commit
2b3046beca
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue