gnu: python-graphql-relay: Update to 0.4.5.

* gnu/packages/python.scm (python-graphql-relay): Update to 0.4.5.
master
Tobias Geerinckx-Rice 2016-12-31 16:43:44 +01:00
parent 0c315fb394
commit b13a5b4d16
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -11596,14 +11596,14 @@ to Python.")
(define-public python-graphql-relay
(package
(name "python-graphql-relay")
(version "0.4.4")
(version "0.4.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "graphql-relay" version))
(sha256
(base32
"04wr9ayshxjjdcg2v21c7ffbz36kif1wjl3604fqd3qignb3fbxi"))))
"1nv5dxcj59zv31qvl8bd142njmxcmymny2dz3br1l2cpbljbf5i7"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))