mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: Remove python2-tlsh.
* gnu/packages/python-xyz.scm (python2-tlsh): Delete variable.
This commit is contained in:
parent
affa792b5e
commit
fdf967e8fe
1 changed files with 0 additions and 5 deletions
|
@ -12269,11 +12269,6 @@ (define-public python-tlsh
|
|||
a hash value.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python2-tlsh
|
||||
(package/inherit python-tlsh
|
||||
(name "python2-tlsh")
|
||||
(inputs `(("python" ,python-2)))))
|
||||
|
||||
(define-public python-termcolor
|
||||
(package
|
||||
(name "python-termcolor")
|
||||
|
|
Loading…
Reference in a new issue