[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: emacs-compdef: Update to 0.2-2.67104a3.
From: |
guix-commits |
Subject: |
01/02: gnu: emacs-compdef: Update to 0.2-2.67104a3. |
Date: |
Tue, 1 Oct 2019 03:12:21 -0400 (EDT) |
leungbk pushed a commit to branch master
in repository guix.
commit cab542cbf79a91cf6e4584782fcbf5f4b63d0ed7
Author: Brian Leung <address@hidden>
Date: Mon Sep 30 20:41:10 2019 +0200
gnu: emacs-compdef: Update to 0.2-2.67104a3.
* gnu/packages/emacs-xyz.scm (emacs-compdef): Update to 0.2-2.67104a3.
---
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 d418fcb..768f387 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3627,8 +3627,8 @@ completion candidate when using the Company text
completion framework.")
(license license:gpl3+))))
(define-public emacs-compdef
- (let ((commit "fc08a9b049c3718fc7d6c6ee2140759aff031bc9")
- (revision "1"))
+ (let ((commit "67104a38763cc819644f711248b170a43bce151b")
+ (revision "2"))
(package
(name "emacs-compdef")
(version (git-version "0.2" revision commit))
@@ -3640,7 +3640,7 @@ completion candidate when using the Company text
completion framework.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1dwf4rlj19d80yp656c7nkp6hb3mabv808r6ix3hpv6rjjs38vhl"))))
+ (base32 "1f6y6cr67gps9jp5hd20xszfd3k26v70g6z4g5db6wdkvlnc2wkg"))))
(build-system emacs-build-system)
(home-page "https://gitlab.com/jjzmajic/compdef")
(synopsis "Set local completion backends")