mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ibuffer-projectile: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-ibuffer-projectile): Update to 0.4.
This commit is contained in:
parent
0b9f6a429a
commit
3ecf9d44bb
1 changed files with 2 additions and 2 deletions
|
@ -23983,7 +23983,7 @@ tabs, history, or bookmarks from Emacs.")
|
||||||
(define-public emacs-ibuffer-projectile
|
(define-public emacs-ibuffer-projectile
|
||||||
(package
|
(package
|
||||||
(name "emacs-ibuffer-projectile")
|
(name "emacs-ibuffer-projectile")
|
||||||
(version "0.3")
|
(version "0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -23993,7 +23993,7 @@ tabs, history, or bookmarks from Emacs.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18cqxnwzzbkcj9jcaw89b210432yzhrl1dwsv48p0jbhfnr17k41"))))
|
"1n9fqkwjxilzlb86ia95pjdv8lbgvsp8lwkw47v9kjvq2vnmarv5"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-projectile))
|
(list emacs-projectile))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue