gnu: emacs-ibuffer-projectile: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-ibuffer-projectile): Update to 0.3.
This commit is contained in:
parent
260b6d5554
commit
398c95f986
1 changed files with 20 additions and 22 deletions
|
@ -16812,29 +16812,27 @@ within Emacs.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-ibuffer-projectile
|
(define-public emacs-ibuffer-projectile
|
||||||
(let ((commit "76496214144687cee0b5139be2e61b1e400cac87")
|
(package
|
||||||
(revision "2"))
|
(name "emacs-ibuffer-projectile")
|
||||||
(package
|
(version "0.3")
|
||||||
(name "emacs-ibuffer-projectile")
|
(source
|
||||||
(version (git-version "0.2" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/purcell/ibuffer-projectile")
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url "https://github.com/purcell/ibuffer-projectile")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"18cqxnwzzbkcj9jcaw89b210432yzhrl1dwsv48p0jbhfnr17k41"))))
|
||||||
(base32
|
(build-system emacs-build-system)
|
||||||
"0vv9xwb1qd5x8zhqmmsn1nrpd11cql9hxb7483nsdhcfwl4apqav"))))
|
(propagated-inputs
|
||||||
(build-system emacs-build-system)
|
`(("emacs-projectile" ,emacs-projectile)))
|
||||||
(propagated-inputs
|
(home-page "https://github.com/purcell/ibuffer-projectile")
|
||||||
`(("emacs-projectile" ,emacs-projectile)))
|
(synopsis "Group ibuffer's list by projectile root")
|
||||||
(home-page "https://github.com/purcell/ibuffer-projectile")
|
(description "Adds functionality to Emacs @code{ibuffer} for
|
||||||
(synopsis "Group ibuffer's list by projectile root")
|
|
||||||
(description "Adds functionality to Emacs @code{ibuffer} for
|
|
||||||
grouping buffers by their projectile root directory.")
|
grouping buffers by their projectile root directory.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-elm-mode
|
(define-public emacs-elm-mode
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue