diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-13 13:48:50 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:54:09 -0400 |
commit | fdf967e8fe0f4393d1788d0e103c6eb78d2aec86 (patch) | |
tree | 3e88ed9688b505c44f7feec655d577d1e8bd082d /gnu | |
parent | affa792b5e48ac4f1355412338ef819f7a5088e0 (diff) | |
download | guix-fdf967e8fe0f4393d1788d0e103c6eb78d2aec86.tar.gz |
gnu: Remove python2-tlsh.
* gnu/packages/python-xyz.scm (python2-tlsh): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2c081908f3..5fa13f01a4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |