guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-graphql-relay: Update to 3.1.0.


From: guix-commits
Subject: branch master updated: gnu: python-graphql-relay: Update to 3.1.0.
Date: Mon, 27 Sep 2021 02:24:34 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 43438fd  gnu: python-graphql-relay: Update to 3.1.0.
43438fd is described below

commit 43438fd13062a29bc6bac71aa12a5077dc013f34
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Sep 27 08:51:00 2021 +0300

    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.
---
 gnu/packages/python-xyz.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4f5cb10..86b1cdc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16449,21 +16449,19 @@ to Python.")
 (define-public python-graphql-relay
   (package
     (name "python-graphql-relay")
-    (version "0.4.5")
+    (version "3.1.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "graphql-relay" version))
         (sha256
          (base32
-          "1nv5dxcj59zv31qvl8bd142njmxcmymny2dz3br1l2cpbljbf5i7"))))
+          "1d70vwam9gjhx7fqzsa03x7lc6ivcqki5r9pk8m7rslmb7pagmbh"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f)) ; The tests are not distributed
     (propagated-inputs
-     `(("python-graphql-core" ,python-graphql-core)
-       ("python-promise" ,python-promise)
-       ("python-six" ,python-six)))
+     `(("python-graphql-core" ,python-graphql-core)))
     (home-page "https://github.com/graphql-python/graphql-relay-py";)
     (synopsis "Relay implementation for Python")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]