[PATCH] gnu: fastfetch: Update to 2.25.0.

  • Open
  • quality assurance status badge
Details
One participant
  • ashish.is
Owner
unassigned
Submitted by
ashish.is
Severity
normal
A
A
ashish.is wrote on 25 Sep 2024 16:34
(address . guix-patches@gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
dd85ae51c8aacfb25c6e5973aaf1f6012d4ce659.1727274843.git.ashish.is@lostca.se
From: Ashish SHUKLA <ashish.is@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(-)

Toggle diff (26 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73477@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73477
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch