mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: python-lz4: Update to 4.3.2.
* gnu/packages/python-compression.scm (python-lz4): Update to 4.3.2.
This commit is contained in:
parent
193e294b2a
commit
664e8e062e
1 changed files with 5 additions and 7 deletions
|
@ -342,20 +342,18 @@ (define-public python-lzo
|
||||||
(define-public python-lz4
|
(define-public python-lz4
|
||||||
(package
|
(package
|
||||||
(name "python-lz4")
|
(name "python-lz4")
|
||||||
(version "4.0.2")
|
(version "4.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "lz4" version))
|
(uri (pypi-uri "lz4" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16vj2bnhhdkcz2a2ai2mx2kf9ngx1cjr18636yp1514kq9r72fq8"))
|
"1nmc36j5xnk7mvwwpm0nb1sddjk5iv77h877fdkkxcngm621shz1"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet '(begin
|
||||||
'(begin
|
|
||||||
;; Remove bundled copy of lz4.
|
;; Remove bundled copy of lz4.
|
||||||
(delete-file-recursively "lz4libs")
|
(delete-file-recursively "lz4libs")))))
|
||||||
#t))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
|
Loading…
Reference in a new issue