mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: upx: Update to 4.0.1.
* gnu/packages/compression.scm (upx): Update to 4.0.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
c7dc58b1f0
commit
3c075ffd82
1 changed files with 2 additions and 2 deletions
|
@ -2326,7 +2326,7 @@ (define-public ucl
|
||||||
(define-public upx
|
(define-public upx
|
||||||
(package
|
(package
|
||||||
(name "upx")
|
(name "upx")
|
||||||
(version "4.0.0")
|
(version "4.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2334,7 +2334,7 @@ (define-public upx
|
||||||
version "/upx-" version "-src.tar.xz"))
|
version "/upx-" version "-src.tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sinky0rq40q2qqzly99c5hdd6ilz2bxlbqla9lg0rafhbw3iyga"))))
|
"1471nxzrbv8sw2pmxn817q5l40sr0l7v7bpvw829iai95s73q03p"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(home-page "https://upx.github.io/")
|
(home-page "https://upx.github.io/")
|
||||||
(synopsis "Compression tool for executables")
|
(synopsis "Compression tool for executables")
|
||||||
|
|
Loading…
Reference in a new issue