guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: emacs-evil-collection: Update to 0.0.10.


From: guix-commits
Subject: 03/04: gnu: emacs-evil-collection: Update to 0.0.10.
Date: Wed, 20 Mar 2024 10:53:16 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 9b611cd175039318c2caa0dbe9bf783aac1285d1
Author: apoorv569 <apoorvs569@gmail.com>
AuthorDate: Wed Mar 20 07:50:50 2024 +0530

    gnu: emacs-evil-collection: Update to 0.0.10.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.10.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
    Change-Id: I864c9a6434e9ba46cfb510183962aa6b3739b32a
---
 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 32975bc3a6..9738f15b55 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16321,7 +16321,7 @@ extensions.")
 (define-public emacs-evil-collection
   (package
     (name "emacs-evil-collection")
-    (version "0.0.9")
+    (version "0.0.10")
     (source
      (origin
        (method git-fetch)
@@ -16330,7 +16330,7 @@ extensions.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1y1ig4shqaaiiwqm5pv8hvh8ynr6irhffkgmpyzmhdaaicxnfazc"))))
+        (base32 "09hnxb8nh3g0hi93fz9f1y164gv9iyh5994wfn6fsq2v1xdz8phm"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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