guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: upx: Update to 4.0.1.


From: guix-commits
Subject: branch master updated: gnu: upx: Update to 4.0.1.
Date: Fri, 27 Jan 2023 21:41:14 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3c075ffd82 gnu: upx: Update to 4.0.1.
3c075ffd82 is described below

commit 3c075ffd82a64e185579aa94e03be020faeebb4f
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Wed Jan 11 14:09:28 2023 +0100

    gnu: upx: Update to 4.0.1.
    
    * gnu/packages/compression.scm (upx): Update to 4.0.1.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 33795f6891..653bde38d8 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2326,7 +2326,7 @@ decompression is a little bit slower.")
 (define-public upx
   (package
     (name "upx")
-    (version "4.0.0")
+    (version "4.0.1")
     (source
      (origin
        (method url-fetch)
@@ -2334,7 +2334,7 @@ decompression is a little bit slower.")
                            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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]