diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-31 16:43:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-31 16:51:56 +0100 |
commit | b13a5b4d16ea47363b3bd21794c101d30c41d994 (patch) | |
tree | a62b3f641f7408fcdc050daee488022636e2026c /gnu/packages | |
parent | 0c315fb3943133791aba8c1769d3972fbfbddd00 (diff) | |
download | patches-b13a5b4d16ea47363b3bd21794c101d30c41d994.tar patches-b13a5b4d16ea47363b3bd21794c101d30c41d994.tar.gz |
gnu: python-graphql-relay: Update to 0.4.5.
* gnu/packages/python.scm (python-graphql-relay): Update to 0.4.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b5d7f5a08a..41453becac 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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))) |