guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: emacs-kind-icon: Update to 0.1.5.


From: guix-commits
Subject: 06/10: gnu: emacs-kind-icon: Update to 0.1.5.
Date: Sat, 11 Jun 2022 21:59:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit aef64b9c45a5e59994db4577812bc0eb44ec2305
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 5 02:00:01 2022 +0200

    gnu: emacs-kind-icon: Update to 0.1.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-kind-icon): Update to 0.1.5.
---
 gnu/packages/emacs-xyz.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2f9de403af..72ab9fa44f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19569,16 +19569,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.4")
+    (version "0.1.5")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://elpa.gnu.org/packages/kind-icon-";
-             version
-             ".tar"))
+       (uri (string-append "https://elpa.gnu.org/packages/kind-icon-";
+                           version ".tar"))
        (sha256
-        (base32 "00pyvnq4dx51l2wbhvm6k6cx5xmy32j4h1lkr5kr8s3j5w83ip25"))))
+        (base32 "0qajj89vkgc9gbgff6akzll53jy0kgkv6c9jvwpl32rbg8v0wp63"))))
     (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]