This is an automated email from the git hooks/post-receive script.
jgart pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 711596a502 gnu: python-treelib: Update to 1.7.0.
711596a502 is described below
commit 711596a50221d8aef1b27e71e950676a1509a8d2
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Jun 16 00:24:42 2024 +0200
gnu: python-treelib: Update to 1.7.0.
* gnu/packages/python-xyz.scm (python-treelib): Update to 1.7.0.
Change-Id: Ice44998ceeb31e2783f4a6a448b2f5306e8821c3
Signed-off-by: jgart <[email protected]>
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ab2cb1a815..ad41f02be6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12177,15 +12177,15 @@ without using the configuration machinery.")
(define-public python-treelib
(package
(name "python-treelib")
- (version "1.6.1")
+ (version "1.7.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "treelib" version))
(sha256
(base32
- "1247rv9fbb8pw3xbkbz04q3vnvvva3hcw002gp1clp5psargzgqw"))))
+ "0qgv61g1p06kzf5fd2hcim5s49nzbv8k210frnk45rmr2vs1mzwv"))))
(build-system python-build-system)
- (propagated-inputs (list python-future))
+ (propagated-inputs (list python-six))
(home-page "https://github.com/caesar0301/treelib")
(synopsis "Implementation of a tree structure in Python")
(description