me
/
guix
Archived
1
0
Fork 0

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 <jgart@dismail.de>
master
Nicolas Graves 2024-06-16 00:24:42 +02:00 committed by jgart
parent d01c38a7e5
commit 711596a502
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35
1 changed files with 3 additions and 3 deletions

View File

@ -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