mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: upx: Update to 4.1.0.
* gnu/packages/compression.scm (upx): Update to 4.1.0.
This commit is contained in:
parent
5321c712fd
commit
299d0463d5
1 changed files with 2 additions and 2 deletions
|
@ -2290,7 +2290,7 @@ (define-public ucl
|
|||
(define-public upx
|
||||
(package
|
||||
(name "upx")
|
||||
(version "4.0.1")
|
||||
(version "4.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2298,7 +2298,7 @@ (define-public upx
|
|||
version "/upx-" version "-src.tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1471nxzrbv8sw2pmxn817q5l40sr0l7v7bpvw829iai95s73q03p"))))
|
||||
"1l273pwa573x9l3izw75cz8ysn2g8w8w3s56rahppa3ya65zg0h5"))))
|
||||
(build-system cmake-build-system)
|
||||
(home-page "https://upx.github.io/")
|
||||
(synopsis "Compression tool for executables")
|
||||
|
|
Loading…
Reference in a new issue