mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-leidenalg: Update to 0.9.1.
* gnu/packages/graph.scm (python-leidenalg): Update to 0.9.1.
This commit is contained in:
parent
c539be939b
commit
68e4ec9ccf
1 changed files with 2 additions and 2 deletions
|
@ -502,14 +502,14 @@ Faiss library.")))
|
||||||
(define-public python-leidenalg
|
(define-public python-leidenalg
|
||||||
(package
|
(package
|
||||||
(name "python-leidenalg")
|
(name "python-leidenalg")
|
||||||
(version "0.8.10")
|
(version "0.9.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "leidenalg" version))
|
(uri (pypi-uri "leidenalg" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hbvagp1yyazvl7cid7mii5263qi48lpkq543n5w71qysgz1f0v7"))))
|
"1wvmi6ca9kf8pbxg6b18n64h82wr9a6wcdazyn82pww0dwxzwp3y"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ;tests are not included
|
'(#:tests? #f ;tests are not included
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue