guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: python-leidenalg: Update to 0.9.1.


From: guix-commits
Subject: 04/05: gnu: python-leidenalg: Update to 0.9.1.
Date: Fri, 27 Jan 2023 14:13:42 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 68e4ec9ccfcb0c7bb76408ffedf9cfdbbc341c37
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jan 27 13:33:08 2023 -0500

    gnu: python-leidenalg: Update to 0.9.1.
    
    * gnu/packages/graph.scm (python-leidenalg): Update to 0.9.1.
---
 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 367d81da3a..f5d527d66b 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -502,14 +502,14 @@ Faiss library.")))
 (define-public python-leidenalg
   (package
     (name "python-leidenalg")
-    (version "0.8.10")
+    (version "0.9.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "leidenalg" version))
        (sha256
         (base32
-         "1hbvagp1yyazvl7cid7mii5263qi48lpkq543n5w71qysgz1f0v7"))))
+         "1wvmi6ca9kf8pbxg6b18n64h82wr9a6wcdazyn82pww0dwxzwp3y"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f                      ;tests are not included



reply via email to

[Prev in Thread] Current Thread [Next in Thread]