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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8f93628  gnu: python-graphql-core: Update to 3.1.2.
8f93628 is described below

commit 8f93628100fe5e31d4beed049df8e960b11637ed
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 2 21:31:21 2021 +0100

    gnu: python-graphql-core: Update to 3.1.2.
    
    * gnu/packages/python-xyz.scm (python-graphql-core): Update to 3.1.2.
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5e138fc..0ac95de 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -50,7 +50,7 @@
 ;;; Copyright © 2018 Mathieu Lirzin <[email protected]>
 ;;; Copyright © 2018 Adam Massmann <[email protected]>
 ;;; Copyright © 2016, 2018 Tomáš Čech <[email protected]>
-;;; Copyright © 2018, 2019, 2020 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2018, 2019, 2020, 2021 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2018 Oleg Pykhalov <[email protected]>
 ;;; Copyright © 2018, 2019 Clément Lassieur <[email protected]>
 ;;; Copyright © 2018, 2019, 2020 Maxim Cournoyer <[email protected]>
@@ -14165,14 +14165,14 @@ monitors CPU, load, memory, network bandwidth, disk 
I/O, disk use, and more.")
 (define-public python-graphql-core
   (package
     (name "python-graphql-core")
-    (version "0.5.3")
+    (version "3.1.2")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "graphql-core" version))
         (sha256
          (base32
-          "0rsaarx2sj4xnw9966rhh4haiqaapm4lm2mfqm48ywd51j5vh1a0"))))
+          "0fjv5w2wvgdr8gb27v241bavliipyir9fdz48rsgc3xapm644mn0"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f ; Tests require the unpackaged pytest-benchmark.

Reply via email to