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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8714b8a088 gnu: 7zip: Update to 26.00.
8714b8a088 is described below

commit 8714b8a08896e6fadf2e5f356b13b98d0a357981
Author: 宋文武 <[email protected]>
AuthorDate: Sat Feb 14 20:23:04 2026 +0800

    gnu: 7zip: Update to 26.00.
    
    * gnu/packages/compression.scm (7zip): Update to 26.00.
    
    Change-Id: Ic8ffb4b8b4724beba30b86bb4729313106ece9bc
    Signed-off-by: Ian Eure <[email protected]>
---
 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 cf020e9910..9e0c703165 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1474,7 +1474,7 @@ for most inputs, but the resulting compressed files are 
anywhere from 20% to
 (define-public 7zip
   (package
     (name "7zip")
-    (version "25.01")
+    (version "26.00")
     (source
      (origin
        (method git-fetch)
@@ -1482,7 +1482,7 @@ for most inputs, but the resulting compressed files are 
anywhere from 20% to
               (url "https://github.com/ip7z/7zip";)
               (commit version)))
        (sha256
-        (base32 "01jg1fkc2zsdngv3ag3pwq4x8i5x01hjxsk30n78ffwiv2ps4rmq"))
+        (base32 "1fvgl9qp2pl5c0jmvgbdx6qig3qd80mhxvml42yby8y412x65sh7"))
        (file-name (git-file-name name version))
        (modules '((guix build utils)
                   (ice-9 regex)))

Reply via email to