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-dired: Update to 1.0-2-f


From: guix-commits
Subject: branch master updated: gnu: emacs-all-the-icons-dired: Update to 1.0-2-fc2dfa1.
Date: Fri, 26 Mar 2021 10:04:30 -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 8dea0a5  gnu: emacs-all-the-icons-dired: Update to 1.0-2-fc2dfa1.
8dea0a5 is described below

commit 8dea0a52e0b1b5f2d14cd5c455df9753e251d726
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Mar 26 02:35:49 2021 -0300

    gnu: emacs-all-the-icons-dired: Update to 1.0-2-fc2dfa1.
    
    * gnu/packages/emacs-xyz.scm (emacs-all-the-icons-dired): Update to 
1.0-2-fc2dfa1.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f45507c..a226a83 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22833,9 +22833,9 @@ based on diff output.")
       (license license:gpl3+))))
 
 (define-public emacs-all-the-icons-dired
-  (let ((commit "980b7747d6c4a7992a1ec56afad908956db0a519")
+  (let ((commit "fc2dfa1e9eb8bf1c402a675e7089638d702a27a5")
         (version "1.0")
-        (revision "1"))
+        (revision "2"))
     (package
       (name "emacs-all-the-icons-dired")
       (version (git-version version revision commit))
@@ -22848,7 +22848,7 @@ based on diff output.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1pvbgyxfj4j205nj1r02045f1y4wgavdsk7f45hxkkhms1rj8jyy"))))
+           "0zhyhz4lhx0d8wwh1xxxf7ck4s621fk9757ql2ypxbr4iqh7sjlp"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-all-the-icons" ,emacs-all-the-icons)))



reply via email to

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