guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-counsel-projectile: Update to 0.3.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-counsel-projectile: Update to 0.3.1.
Date: Thu, 17 Sep 2020 08:22:29 -0400

This is an automated email from the git hooks/post-receive script.

jlicht pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9e59ae3  gnu: emacs-counsel-projectile: Update to 0.3.1.
9e59ae3 is described below

commit 9e59ae320e1eebde7ccb4aec599b1a9a5765fb19
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Thu Sep 17 14:19:41 2020 +0200

    gnu: emacs-counsel-projectile: Update to 0.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-counsel-projectile): Update to 0.3.1.
---
 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 28a0ee7..ae95b15 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7384,7 +7384,7 @@ asynchronously, with Counsel and Ivy.  Simply call
 (define-public emacs-counsel-projectile
   (package
     (name "emacs-counsel-projectile")
-    (version "0.3.0")
+    (version "0.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7393,7 +7393,7 @@ asynchronously, with Counsel and Ivy.  Simply call
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1inc4ndl0ysfwvxk4avbgpj4qi9rc93da6476a5c81xmwpsv8wmq"))))
+                "1k4n5lw6wwbgpwv0dg9dw0bjzi0hvbgkzrs1zmq36yhfz6y8gwnh"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-counsel" ,emacs-counsel)



reply via email to

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