gnu: python-tlsh: Update to 3.4.5.

* gnu/packages/python.scm (python-tlsh): Update to 3.4.5.
This commit is contained in:
Marius Bakke 2018-09-10 16:15:33 +02:00
parent 8fe059bf6c
commit ba0052e8ae
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -6555,7 +6555,7 @@ Python Package Index (PyPI).")
(define-public python-tlsh (define-public python-tlsh
(package (package
(name "python-tlsh") (name "python-tlsh")
(version "3.4.4") (version "3.4.5")
(home-page "https://github.com/trendmicro/tlsh") (home-page "https://github.com/trendmicro/tlsh")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -6563,7 +6563,7 @@ Python Package Index (PyPI).")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"00bhzjqrlh7v538kbkbn8lgx976j1138al3sdhklaizqjvpwyk4r")) "1x1vahd4zg5kpyr9h9hs3fvh460p25rjy4cclwdnbbw8x3vc30q3"))
(file-name (string-append name "-" version ".tar.gz")))) (file-name (string-append name "-" version ".tar.gz"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments