gnu: python-tlsh: Update to 3.4.5.
* gnu/packages/python.scm (python-tlsh): Update to 3.4.5.
This commit is contained in:
parent
8fe059bf6c
commit
ba0052e8ae
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue