guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-kind-icon: Update to 0.1.6.


From: guix-commits
Subject: branch master updated: gnu: emacs-kind-icon: Update to 0.1.6.
Date: Mon, 11 Jul 2022 06:10:34 -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 146b49d4aa gnu: emacs-kind-icon: Update to 0.1.6.
146b49d4aa is described below

commit 146b49d4aa558dda9ffd3a9886977324bacf21e3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 12:07:47 2022 +0200

    gnu: emacs-kind-icon: Update to 0.1.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-kind-icon): Update to 0.1.6.
---
 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 f1b54fca6c..797a18c496 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19707,14 +19707,14 @@ or expressions with SVG rounded box labels that are 
fully customizable.")
 (define-public emacs-kind-icon
   (package
     (name "emacs-kind-icon")
-    (version "0.1.5")
+    (version "0.1.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/kind-icon-";
                            version ".tar"))
        (sha256
-        (base32 "0qajj89vkgc9gbgff6akzll53jy0kgkv6c9jvwpl32rbg8v0wp63"))))
+        (base32 "0ac53qrz217b054z51244r7whvjmyrq4941ld0bgl9crssrhb588"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-svg-lib))
     (home-page "https://github.com/jdtsmith/kind-icon";)



reply via email to

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