rekado pushed a commit to branch master
in repository guix.
commit 90b6b857fd2a8bfdd7a739573d8f47fa9642d64c
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Jan 31 11:47:23 2022 +0100
gnu: python-louvain: Update to 0.16.
* gnu/packages/graph.scm (python-louvain): Update to 0.16.
---
gnu/packages/graph.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index de68ff78b1..79ea6680e4 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017, 2018, 2019, 2020 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2017, 2018, 2019, 2020, 2022 Ricardo Wurmus
<[email protected]>
;;; Copyright © 2018 Joshua Sierles, Nextjournal <[email protected]>
;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2019, 2021 Efraim Flashner <[email protected]>
@@ -279,13 +279,13 @@ subplots, multiple-axes, polar charts, and bubble
charts.")
(define-public python-louvain
(package
(name "python-louvain")
- (version "0.15")
+ (version "0.16")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-louvain" version))
(sha256
- (base32 "1sqp97fwh4asx0jr72x8hil8z8fcg2xq92jklmh2m599pvgnx19a"))))
+ (base32 "0sx53l555rwq0z7if8agirjgw4ddp8r9b949wwz8vlig03sjvfmp"))))
(build-system python-build-system)
(native-inputs
(list python-setuptools)) ;for use_2to3 support