mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-louvain-igraph: Update to 0.8.2.
* gnu/packages/graph.scm (python-louvain-igraph): Update to 0.8.2. Change-Id: Ifa755464fb88e0af6829d6f2569b900a80949e76
This commit is contained in:
parent
782d431cca
commit
61e413eb7e
1 changed files with 2 additions and 2 deletions
|
@ -479,7 +479,7 @@ graphs in Python.")
|
||||||
(define-public python-louvain-igraph
|
(define-public python-louvain-igraph
|
||||||
(package
|
(package
|
||||||
(name "python-louvain-igraph")
|
(name "python-louvain-igraph")
|
||||||
(version "0.8.1")
|
(version "0.8.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -489,7 +489,7 @@ graphs in Python.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j2ybihvvzggwjb9zvm829aqb5b94q10h8bw6v0h42xd9w75z9sv"))))
|
"1aab6rnsnssi6wib939zy4vdzz3s2gcwwingn2dfjrijk05zjapv"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue