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:
Timotej Lazar 2023-01-11 14:09:28 +01:00 committed by 宋文武
parent c7dc58b1f0
commit 3c075ffd82
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -2326,7 +2326,7 @@ (define-public ucl
(define-public upx
(package
(name "upx")
(version "4.0.0")
(version "4.0.1")
(source
(origin
(method url-fetch)
@ -2334,7 +2334,7 @@ (define-public upx
version "/upx-" version "-src.tar.xz"))
(sha256
(base32
"1sinky0rq40q2qqzly99c5hdd6ilz2bxlbqla9lg0rafhbw3iyga"))))
"1471nxzrbv8sw2pmxn817q5l40sr0l7v7bpvw829iai95s73q03p"))))
(build-system cmake-build-system)
(home-page "https://upx.github.io/")
(synopsis "Compression tool for executables")