guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1b7b99fedb097d74e920af538cdce1f0ec7d9577
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sat Mar 7 10:26:26 2026 +0300

    gnu: fastfetch-minimal: Update to 2.60.0.
    
    * gnu/packages/admin.scm (fastfetch-minimal): Update to 2.60.0.
    
    Change-Id: I4d11eb4d4fb094a301d393a62e12ba0daa21ab96
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index e8a098a4c6..88a24f55fc 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4735,7 +4735,7 @@ information tool.")
 (define-public fastfetch-minimal
   (package
     (name "fastfetch-minimal")
-    (version "2.59.0")
+    (version "2.60.0")
     (source
      (origin
        (method git-fetch)
@@ -4744,7 +4744,7 @@ information tool.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rjs0hwcaa8pc9by8m50117wqaaq4pbmrv60k15n45axzxam4xay"))
+        (base32 "089577qgxd63zqzd00fz381bfpmj6pwlmy2zfan9r6gbm1jvj4i8"))
        (modules '((guix build utils)))
        (snippet '(begin
                    (delete-file-recursively "src/3rdparty")

Reply via email to