guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-ibuffer-projectile: Update to 0.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-ibuffer-projectile: Update to 0.3.
Date: Wed, 17 Feb 2021 08:07:08 -0500

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 398c95f  gnu: emacs-ibuffer-projectile: Update to 0.3.
398c95f is described below

commit 398c95f98683f7c7d81b51ae1cbcf631fefc9fca
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 14:06:34 2021 +0100

    gnu: emacs-ibuffer-projectile: Update to 0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-ibuffer-projectile): Update to 0.3.
---
 gnu/packages/emacs-xyz.scm | 42 ++++++++++++++++++++----------------------
 1 file changed, 20 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a40dac7..ec67e69 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16812,29 +16812,27 @@ within Emacs.")
       (license license:gpl3+))))
 
 (define-public emacs-ibuffer-projectile
-  (let ((commit "76496214144687cee0b5139be2e61b1e400cac87")
-        (revision "2"))
-    (package
-      (name "emacs-ibuffer-projectile")
-      (version (git-version "0.2" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/purcell/ibuffer-projectile";)
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32
-           "0vv9xwb1qd5x8zhqmmsn1nrpd11cql9hxb7483nsdhcfwl4apqav"))))
-      (build-system emacs-build-system)
-      (propagated-inputs
-       `(("emacs-projectile" ,emacs-projectile)))
-      (home-page "https://github.com/purcell/ibuffer-projectile";)
-      (synopsis "Group ibuffer's list by projectile root")
-      (description "Adds functionality to Emacs @code{ibuffer} for
+  (package
+    (name "emacs-ibuffer-projectile")
+    (version "0.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/purcell/ibuffer-projectile";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "18cqxnwzzbkcj9jcaw89b210432yzhrl1dwsv48p0jbhfnr17k41"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-projectile" ,emacs-projectile)))
+    (home-page "https://github.com/purcell/ibuffer-projectile";)
+    (synopsis "Group ibuffer's list by projectile root")
+    (description "Adds functionality to Emacs @code{ibuffer} for
 grouping buffers by their projectile root directory.")
-      (license license:gpl3+))))
+    (license license:gpl3+)))
 
 (define-public emacs-elm-mode
   (package



reply via email to

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