me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ibuffer-projectile: Update to 0.4.

* gnu/packages/emacs-xyz.scm (emacs-ibuffer-projectile): Update to 0.4.
master
Nicolas Goaziou 2023-09-02 23:09:34 +02:00
parent 0b9f6a429a
commit 3ecf9d44bb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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))