[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-evil-collection: Update to 0.0.6.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-evil-collection: Update to 0.0.6. |
Date: |
Sun, 01 Aug 2021 07:18:43 -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 89d6664 gnu: emacs-evil-collection: Update to 0.0.6.
89d6664 is described below
commit 89d6664bab3e6266d40f086afa6e19be00d8d7a4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Aug 1 13:18:16 2021 +0200
gnu: emacs-evil-collection: Update to 0.0.6.
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.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 c829725..1d6cb96 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11412,7 +11412,7 @@ extensions.")
(define-public emacs-evil-collection
(package
(name "emacs-evil-collection")
- (version "0.0.5")
+ (version "0.0.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -11421,7 +11421,7 @@ extensions.")
(file-name (git-file-name name version))
(sha256
(base32
- "0dxrwcf5dnww0a9mvwjkcgm8ry3y282v9l85jh0645zk71nz1in3"))))
+ "0ssb3n1i67b6zp2j8djaalkr33x4c7zalw6vl6p5kqxkh8vy8cdf"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-evil" ,emacs-evil)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-evil-collection: Update to 0.0.6.,
guix-commits <=