guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: pfetch: Update to 0.7.0-1.a906ff8.


From: guix-commits
Subject: branch master updated: gnu: pfetch: Update to 0.7.0-1.a906ff8.
Date: Wed, 20 Sep 2023 15:39:04 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e82a2337b9 gnu: pfetch: Update to 0.7.0-1.a906ff8.
e82a2337b9 is described below

commit e82a2337b97a5bad96a8a38d26ddf4a05ad9d0e6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 17 02:00:00 2023 +0200

    gnu: pfetch: Update to 0.7.0-1.a906ff8.
    
    * gnu/packages/admin.scm (pfetch): Update to 0.7.0-1.a906ff8.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/admin.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 741d4758f6..f9fffcec2b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4204,8 +4204,8 @@ everyone's screenshots nowadays.")
       (license license:expat))))
 
 (define-public pfetch
-  (let ((commit "e18a0959ab98b963744755ec4687e59dc11db3c5")
-        (revision "0"))
+  (let ((commit "a906ff89680c78cec9785f3ff49ca8b272a0f96b")
+        (revision "1"))
     (package
       (name "pfetch")
       (version (git-version "0.7.0" revision commit))
@@ -4217,7 +4217,7 @@ everyone's screenshots nowadays.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1md40av6i3xvvwig5jzhy4kf3s5sgxxk35r0vcyrjd8qyndk927l"))))
+                  "1yhf8mxjn58gjfdii3bpn8522gfaicd8jxjxvmwi2jz7fgvp0zpn"))))
       (build-system trivial-build-system)
       (inputs (list bash))
       (arguments
@@ -4234,8 +4234,7 @@ everyone's screenshots nowadays.")
              (install-file (source "pfetch") (string-append output "/bin"))
              (patch-shebang
               (string-append output "/bin/pfetch")
-              (list (string-append (assoc-ref %build-inputs "bash") "/bin")))
-             #t))))
+              (list (string-append (assoc-ref %build-inputs "bash") 
"/bin")))))))
       (home-page "https://github.com/dylanaraps/pfetch";)
       (synopsis "System information tool")
       (description "This package provides a simple, configurable system



reply via email to

[Prev in Thread] Current Thread [Next in Thread]