* [bug#71583] [PATCH] gnu: python-treelib: Update to 1.7.0.
@ 2024-06-15 22:24 Nicolas Graves via Guix-patches via
2024-06-16 17:26 ` bug#71583: " jgart via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-06-15 22:24 UTC (permalink / raw)
To: 71583; +Cc: ngraves
* gnu/packages/python-xyz.scm (python-treelib): Update to 1.7.0.
Change-Id: Ice44998ceeb31e2783f4a6a448b2f5306e8821c3
---
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 4b9ca5b5260..4baaa8bc373 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12220,15 +12220,15 @@ (define-public python-traitlets
(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
--
2.45.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-16 17:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-15 22:24 [bug#71583] [PATCH] gnu: python-treelib: Update to 1.7.0 Nicolas Graves via Guix-patches via
2024-06-16 17:26 ` bug#71583: " jgart via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).