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 fb64875a0f gnu: zeptofetch: Update to 2.1.
fb64875a0f is described below

commit fb64875a0f9d2e170dd6dde0a83026c26406c7a4
Author: luca <[email protected]>
AuthorDate: Thu Jul 16 12:34:28 2026 +0200

    gnu: zeptofetch: Update to 2.1.
    
    * gnu/packages/admin.scm (zeptofetch): Update to 2.1.
      [arguments]<make-flags>: Set CC to cc-for-target.
      [synopsis]: Remove trailing period.
    
    Merges: https://codeberg.org/guix/guix/pulls/9978
    Reviewed-by: Sharlatan Hellseher <[email protected]>
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/admin.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 97a0ef79f3..b9af589f35 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -7159,7 +7159,7 @@ it from @file{~/.bashrc} for example.")
 (define-public zeptofetch
   (package
     (name "zeptofetch")
-    (version "1.21")
+    (version "2.1")
     (source
      (origin
        (method git-fetch)
@@ -7168,20 +7168,20 @@ it from @file{~/.bashrc} for example.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1f1dm9nrp0z0prqy90csrkbk98ixp0jx76ax473qb0qsbb7ys4g7"))))
+        (base32 "0fg8c5lsvcjspwb64c8hax80i3h0nq1jswf93n3vdgf48l76jpyh"))))
     (build-system gnu-build-system)
     (arguments
      (list
       #:tests? #f ; No tests available.
       #:make-flags
-      #~(list (string-append "PREFIX="
-                             #$output))
+      #~(list (string-append "PREFIX=" #$output)
+              (string-append "CC=" #$(cc-for-target)))
       #:phases
       #~(modify-phases %standard-phases
           (delete 'configure)))) ; No configure script.
     (home-page "https://gitlab.archlinux.org/gurov/zeptofetch";)
     (synopsis
-     "Fast, minimal system information tool for Linux.")
+     "Fast, minimal system information tool for Linux")
     (description
      "This package provides a system fetch tool, similar to
 @command{neofetch}, @command{fastfetch}, etc.  It is lightweight and

Reply via email to