mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: louvain-community: Update to 1.0.0-2.681a711.
* gnu/packages/maths.scm (louvain-community): Update to 1.0.0-2.681a711. Change-Id: If32d00eba07dfeef1566e9b738ad1a17a91d319b
This commit is contained in:
parent
f88dd9da2e
commit
f5ed728ccd
1 changed files with 3 additions and 3 deletions
|
@ -10219,8 +10219,8 @@ true in all models.")
|
||||||
(apply (assoc-ref %standard-phases 'install) args))))))))))
|
(apply (assoc-ref %standard-phases 'install) args))))))))))
|
||||||
|
|
||||||
(define-public louvain-community
|
(define-public louvain-community
|
||||||
(let ((commit "8cc5382d4844af127b1c1257373740d7e6b76f1e")
|
(let ((commit "681a711a530ded0b25af72ee4881d453a80ac8ac")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "louvain-community")
|
(name "louvain-community")
|
||||||
(version (git-version "1.0.0" revision commit))
|
(version (git-version "1.0.0" revision commit))
|
||||||
|
@ -10232,7 +10232,7 @@ true in all models.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ss00hkdvr9bdkd355hxf8zd7xycb3nm8qpy7s75gjjf6yng0bfj"))))
|
"1ria6s5p7iw86mq1arbrhlbadll1k79j9y5c1bdg76zdwjfs17cs"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ; tests appear to require missing files
|
(list #:tests? #f ; tests appear to require missing files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue