me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-tlsh.

* gnu/packages/python-xyz.scm (python2-tlsh): Delete variable.
Maxim Cournoyer 2022-05-13 13:48:50 -04:00
parent affa792b5e
commit fdf967e8fe
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 5 deletions

View File

@ -12269,11 +12269,6 @@ of complexity; for example, a byte stream of identical bytes will not generate
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")