GNU bug report logs - #73477
[PATCH] gnu: fastfetch: Update to 2.25.0.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Wed, 25 Sep 2024 15:03:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 73477 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73477; Package guix-patches. (Wed, 25 Sep 2024 15:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ashish.is <at> lostca.se:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 25 Sep 2024 15:03:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: fastfetch: Update to 2.25.0.
Date: Wed, 25 Sep 2024 16:34:03 +0200
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/admin.scm (fastfetch): Update to 2.25.0.

Change-Id: Icdb38698e90a95c3065e4ece65b242893ffa7fc3
---
 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 4910327d99..03517effed 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4280,7 +4280,7 @@ (define-public pfetch
 (define-public fastfetch
   (package
     (name "fastfetch")
-    (version "2.16.0")
+    (version "2.25.0")
     (source
      (origin
        (method git-fetch)
@@ -4289,7 +4289,7 @@ (define-public fastfetch
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "112dvfx7gvp6n20i1lkd0jbh897jf7bxjxq96bj4099j3x313y3m"))))
+        (base32 "1j2p8yzlgfwlncxrl31b3gyyfqfr2iy8yh07ylv66pdxjbl2ghi3"))))
     (build-system cmake-build-system)
     (inputs (list dbus
                   glib

base-commit: 039635567d17460d8d541caa58897db83a3565a8
-- 
2.46.1





This bug report was last modified 262 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.