gnu: python-graphql-relay: Update to 3.1.0.
* gnu/packages/python-xyz.scm (python-graphql-relay): Update to 3.1.0. [propagated-inputs]: Remove python-promise and python-six.
This commit is contained in:
parent
c776b6ba8e
commit
43438fd130
@ -16449,21 +16449,19 @@ to Python.")
|
|||||||
(define-public python-graphql-relay
|
(define-public python-graphql-relay
|
||||||
(package
|
(package
|
||||||
(name "python-graphql-relay")
|
(name "python-graphql-relay")
|
||||||
(version "0.4.5")
|
(version "3.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "graphql-relay" version))
|
(uri (pypi-uri "graphql-relay" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nv5dxcj59zv31qvl8bd142njmxcmymny2dz3br1l2cpbljbf5i7"))))
|
"1d70vwam9gjhx7fqzsa03x7lc6ivcqki5r9pk8m7rslmb7pagmbh"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; The tests are not distributed
|
'(#:tests? #f)) ; The tests are not distributed
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-graphql-core" ,python-graphql-core)
|
`(("python-graphql-core" ,python-graphql-core)))
|
||||||
("python-promise" ,python-promise)
|
|
||||||
("python-six" ,python-six)))
|
|
||||||
(home-page "https://github.com/graphql-python/graphql-relay-py")
|
(home-page "https://github.com/graphql-python/graphql-relay-py")
|
||||||
(synopsis "Relay implementation for Python")
|
(synopsis "Relay implementation for Python")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user