~ruther/guix-local

a4c9750b59eeae2a83e391af91ccc5e8b87cc408 — Artyom V. Poptsov 5 months ago e7099c5
gnu: fastfetch-minimal: Update to 2.54.0.

* gnu/packages/admin.scm (fastfetch-minimal): Update to 2.54.0.

Change-Id: I92fb0c3ef98d469ce94d06fd7d32c2aad95d94b7
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/admin.scm
M gnu/packages/admin.scm => gnu/packages/admin.scm +2 -2
@@ 4668,7 4668,7 @@ information tool.")
(define-public fastfetch-minimal
  (package
    (name "fastfetch-minimal")
    (version "2.53.0")
    (version "2.54.0")
    (source
     (origin
       (method git-fetch)


@@ 4677,7 4677,7 @@ information tool.")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0w260lscjy3rqahhr2637hb3fqsklv2qx59f2v66wy99nnmqvbha"))
        (base32 "0iw58idc45x505rhix3mqymnfbk1r7jc10alyry9qypflalqwkqx"))
       (modules '((guix build utils)))
       (snippet '(begin
                   (delete-file-recursively "src/3rdparty")))))