[PATCH] gnu: upx: Update to 4.1.0.

  • Done
  • quality assurance status badge
Details
One participant
  • iyzsong
Owner
unassigned
Submitted by
iyzsong
Severity
normal
I
I
iyzsong wrote on 30 Aug 2023 13:58
(address . guix-patches@gnu.org)(name . ???)(address . iyzsong@member.fsf.org)
7f88645f9d44a64c91ba9eadba6a0a98672bc48f.1693396728.git.iyzsong@member.fsf.org
From: ??? <iyzsong@member.fsf.org>

* gnu/packages/compression.scm (upx): Update to 4.1.0.
---
gnu/packages/compression.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 10cbfb526d..beaac3fccb 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -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")

base-commit: 74d72046bdc1ed6c859565570d0db58d20c9ddd7
--
2.41.0
?
Closing
877cpb7cgs.fsf@envs.net
Pushed now, closing!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65619@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65619
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch