[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")
- branch master updated (1643402950 -> 75eae3fd78), guix-commits, 2022/06/11
- 01/10: gnu: irssi: Edit description., guix-commits, 2022/06/11
- 02/10: gnu: python-pyodbc-c: Fix comment., guix-commits, 2022/06/11
- 08/10: gnu: emacs-ghub: Update to 3.5.6., guix-commits, 2022/06/11
- 09/10: gnu: emacs-undo-tree: Update to 0.8.2., guix-commits, 2022/06/11
- 10/10: gnu: emacs-rainbow-mode: Update to 1.0.6., guix-commits, 2022/06/11
- 04/10: gnu: memkind: Update to 1.13.0., guix-commits, 2022/06/11
- 03/10: gnu: diffoscope: Update to 216., guix-commits, 2022/06/11
- 07/10: gnu: emacs-d-mode: Update to 2.0.12., guix-commits, 2022/06/11
- 05/10: gnu: ndctl: Update to 73., guix-commits, 2022/06/11
- 06/10: gnu: emacs-kind-icon: Update to 0.1.5.,
guix-commits <=