[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: igraph: Update to 0.8.4.
From: |
guix-commits |
Subject: |
01/07: gnu: igraph: Update to 0.8.4. |
Date: |
Wed, 25 Nov 2020 22:23:07 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 13e55e6eeba5fda7bfee491bce15e52a22fbe91c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Nov 26 00:02:46 2020 +0100
gnu: igraph: Update to 0.8.4.
* gnu/packages/graph.scm (igraph): Update to 0.8.4.
---
gnu/packages/graph.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index db390fe..0a8a673 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -57,14 +57,14 @@
(define-public igraph
(package
(name "igraph")
- (version "0.8.2")
+ (version "0.8.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/igraph/igraph/releases/"
"download/" version "/igraph-" version ".tar.gz"))
(sha256
- (base32 "158flvl80qh1l1ikfa04p1dzh8kapsvm6q80x3ih5gwcgcg4g2ki"))))
+ (base32 "127q6q40kbmvd62yhbz6dlfk370qiq98s1iscyagpgbpjwb4xvyf"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
- branch master updated (81fbe03 -> 824a9f1), guix-commits, 2020/11/25
- 02/07: gnu: igraph: Omit static library., guix-commits, 2020/11/25
- 01/07: gnu: igraph: Update to 0.8.4.,
guix-commits <=
- 04/07: gnu: lean: Trim synopsis., guix-commits, 2020/11/25
- 05/07: gnu: pyzo: Update to 4.11.2., guix-commits, 2020/11/25
- 03/07: gnu: lean: Update to 3.23.0., guix-commits, 2020/11/25
- 07/07: gnu: php: Update to 7.4.13., guix-commits, 2020/11/25
- 06/07: gnu: qtox: Update to 1.17.3., guix-commits, 2020/11/25