[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: python-igraph: Update to 0.8.2.
From: |
guix-commits |
Subject: |
05/06: gnu: python-igraph: Update to 0.8.2. |
Date: |
Tue, 18 Aug 2020 00:00:39 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit fe55ff3851564d9bb72c007d1fe1aac9ea980ac1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 18 03:48:13 2020 +0200
gnu: python-igraph: Update to 0.8.2.
* gnu/packages/graph.scm (python-igraph): Update to 0.8.2.
---
gnu/packages/graph.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index a61dc18..800b567 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -90,14 +90,13 @@ more.")
(define-public python-igraph
(package (inherit igraph)
(name "python-igraph")
- (version "0.8.0")
+ (version "0.8.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-igraph" version))
(sha256
- (base32
- "13mbrlmnbgbzw6y8ws7wj0a3ly3in8j4l1ngi6yxvgvxxi4bprj7"))))
+ (base32 "0wkxrs28qdvnrz7d4jzcf2bh6v2yqzx3wyfziihfgsi2gn6n60a6"))))
(build-system python-build-system)
(arguments
'(#:configure-flags
- branch master updated (2a20c22 -> 1060140), guix-commits, 2020/08/18
- 04/06: gnu: igraph: Update to 0.8.2., guix-commits, 2020/08/18
- 01/06: gnu: blender: Update to 2.83.4., guix-commits, 2020/08/18
- 03/06: gnu: cfitsio: Update to 3.49., guix-commits, 2020/08/18
- 05/06: gnu: python-igraph: Update to 0.8.2.,
guix-commits <=
- 02/06: gnu: jc: Update to 1.13.4., guix-commits, 2020/08/18
- 06/06: gnu: ghcid: Update to 0.8.7., guix-commits, 2020/08/18