unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65619] [PATCH] gnu: upx: Update to 4.1.0.
@ 2023-08-30 11:58 iyzsong--- via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: iyzsong--- via Guix-patches via @ 2023-08-30 11:58 UTC (permalink / raw)
  To: 65619; +Cc: 宋文武

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(-)

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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-30 11:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-30 11:58 [bug#65619] [PATCH] gnu: upx: Update to 4.1.0 iyzsong--- via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).