gnu: python-tlsh: Update to 3.4.4.
* gnu/packages/python.scm (python-tlsh): Update to 3.4.4.
This commit is contained in:
parent
b8834c219e
commit
99b00dc796
|
@ -5827,19 +5827,16 @@ Python Package Index (PyPI).")
|
||||||
(define-public python-tlsh
|
(define-public python-tlsh
|
||||||
(package
|
(package
|
||||||
(name "python-tlsh")
|
(name "python-tlsh")
|
||||||
(version "3.4.1") ;according to CMakeLists.txt
|
(version "3.4.4")
|
||||||
(home-page "https://github.com/trendmicro/tlsh")
|
(home-page "https://github.com/trendmicro/tlsh")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method url-fetch)
|
||||||
(uri (git-reference
|
(uri (string-append "https://github.com/trendmicro/tlsh/archive/v"
|
||||||
(url home-page)
|
version ".tar.gz"))
|
||||||
;; This is a commit right after 3.4.1; see
|
|
||||||
;; <https://github.com/trendmicro/tlsh/issues/9>.
|
|
||||||
(commit "3ae3f1f")))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12cvnr5ndm5cg6i7lch93id90kgwgrigjgrj8f186nh3h4bf9chj"))
|
"00bhzjqrlh7v538kbkbn8lgx976j1138al3sdhklaizqjvpwyk4r"))
|
||||||
(file-name (string-append name "-" version "-checkout"))))
|
(file-name (string-append name "-" version ".tar.gz"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:out-of-source? #f
|
'(#:out-of-source? #f
|
||||||
|
|
Loading…
Reference in New Issue