all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [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

* bug#71583: [PATCH] gnu: python-treelib: Update to 1.7.0.
  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 ` jgart via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: jgart via Guix-patches via @ 2024-06-16 17:26 UTC (permalink / raw)
  To: 71583-done; +Cc: Nicolas Graves

Thanks for the patch.

Applied!

--
jgart




^ permalink raw reply	[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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.