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
parent
d01c38a7e5
commit
711596a502
|
@ -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
|
||||
|
|
Reference in New Issue