mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: igraph: Update to 0.8.2.
* gnu/packages/graph.scm (igraph): Update to 0.8.2.
This commit is contained in:
parent
84ee898867
commit
2b1c4a5c52
1 changed files with 2 additions and 2 deletions
|
@ -57,14 +57,14 @@ (define-module (gnu packages graph)
|
||||||
(define-public igraph
|
(define-public igraph
|
||||||
(package
|
(package
|
||||||
(name "igraph")
|
(name "igraph")
|
||||||
(version "0.8.1")
|
(version "0.8.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/igraph/igraph/releases/"
|
(uri (string-append "https://github.com/igraph/igraph/releases/"
|
||||||
"download/" version "/igraph-" version ".tar.gz"))
|
"download/" version "/igraph-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wbvrac3ip3lqmbkckhnxa2swlbc86l1h8mazdlb618kx3winvi6"))))
|
(base32 "158flvl80qh1l1ikfa04p1dzh8kapsvm6q80x3ih5gwcgcg4g2ki"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue