nckx pushed a commit to branch master
in repository guix.

commit 7b4361498619a91f8cab1c38e011a6a686956893
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jun 5 02:00:01 2022 +0200

    gnu: python-igraph: Update to 0.9.11.
    
    * gnu/packages/graph.scm (python-igraph): Update to 0.9.11.
---
 gnu/packages/graph.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 0b8e76f676..3dc6eac33a 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2017, 2018, 2019, 2020, 2022 Ricardo Wurmus 
<[email protected]>
 ;;; Copyright © 2018 Joshua Sierles, Nextjournal <[email protected]>
-;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018, 2020, 2022 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2019, 2021, 2022 Efraim Flashner <[email protected]>
 ;;; Copyright © 2019 Andreas Enge <[email protected]>
 ;;; Copyright © 2020 Alexander Krotov <[email protected]>
@@ -143,7 +143,7 @@ more.")
   (package
     (inherit igraph)
     (name "python-igraph")
-    (version "0.9.10")
+    (version "0.9.11")
     (source (origin
               (method git-fetch)
               ;; The PyPI archive lacks tests.
@@ -153,7 +153,7 @@ more.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "06qvwmiw2klk3bg8g5af0ppjwrm9kzy4595w5d06qh2v3gq0svbk"))))
+                "1xlr0cnf3a1vs9n2psvgrmjhld4n1xr79kkjqzby4pxxyzk1bydn"))))
     (build-system python-build-system)
     (arguments
      (list

Reply via email to