guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-all-the-icons: Update to 5.0.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-all-the-icons: Update to 5.0.0.
Date: Sat, 05 Jun 2021 09:56:48 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bdab742  gnu: emacs-all-the-icons: Update to 5.0.0.
bdab742 is described below

commit bdab742322a84803caa2333e7e949d2b8fdb9904
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 5 15:56:20 2021 +0200

    gnu: emacs-all-the-icons: Update to 5.0.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-all-the-icons): Update to 5.0.0.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d18770f..3c97d65 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21335,7 +21335,7 @@ files are easily readable and they work nicely with 
version control systems.")
 (define-public emacs-all-the-icons
   (package
     (name "emacs-all-the-icons")
-    (version "4.0.1")
+    (version "5.0.0")
     (source
      (origin
        (method git-fetch)
@@ -21344,7 +21344,7 @@ files are easily readable and they work nicely with 
version control systems.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0yh7gnv9xfqn8q4rzaa6wpyn9575vyfxy7d3afly2mqsb367fgm5"))))
+        (base32 "0lwgvgnqf7vihglm0c5bwsxbl4x7f641289cji5s7jwy2dbsqk7g"))))
     (build-system emacs-build-system)
     (arguments
      `(#:include '("\\.el$" "^data/" "^fonts/")



reply via email to

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