guix-commits
[Top][All Lists]
Advanced

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

11/16: gnu: emacs-ibuffer-projectile: Update to 0.4.


From: guix-commits
Subject: 11/16: gnu: emacs-ibuffer-projectile: Update to 0.4.
Date: Sat, 2 Sep 2023 17:49:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3ecf9d44bb927fc88223a15431428cb741dd1c2c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 2 23:09:34 2023 +0200

    gnu: emacs-ibuffer-projectile: Update to 0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-ibuffer-projectile): Update to 0.4.
---
 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 b9fb2c229b..25e06a902d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23983,7 +23983,7 @@ tabs, history, or bookmarks from Emacs.")
 (define-public emacs-ibuffer-projectile
   (package
     (name "emacs-ibuffer-projectile")
-    (version "0.3")
+    (version "0.4")
     (source
      (origin
        (method git-fetch)
@@ -23993,7 +23993,7 @@ tabs, history, or bookmarks from Emacs.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "18cqxnwzzbkcj9jcaw89b210432yzhrl1dwsv48p0jbhfnr17k41"))))
+         "1n9fqkwjxilzlb86ia95pjdv8lbgvsp8lwkw47v9kjvq2vnmarv5"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-projectile))



reply via email to

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