gnu: emacs-counsel-projectile: Update to 0.3.1-0-06b03c1.
* gnu/packages/emacs-xyz.scm (emacs-counsel-projectile): Update to 0.3.1-0-06b03c1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
787d631ab2
commit
bd3f3f8150
1 changed files with 24 additions and 21 deletions
|
@ -8608,18 +8608,21 @@ asynchronously, with Counsel and Ivy. Simply call
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-counsel-projectile
|
(define-public emacs-counsel-projectile
|
||||||
|
;; Use a recent commit in order to fix recent breakage with Ivy.
|
||||||
|
(let ((commit "06b03c1080d3ccc3fa9b9c41b1ccbcf13f058e4b")
|
||||||
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-counsel-projectile")
|
(name "emacs-counsel-projectile")
|
||||||
(version "0.3.1")
|
(version (git-version "0.3.1" revision commit))
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/ericdanan/counsel-projectile")
|
(url "https://github.com/ericdanan/counsel-projectile")
|
||||||
(commit version)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "10afil6grwxj1x8fxd3ar7ikw3s3hzrkjsjin8wzchbz04389l7s"))))
|
||||||
"1k4n5lw6wwbgpwv0dg9dw0bjzi0hvbgkzrs1zmq36yhfz6y8gwnh"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-counsel" ,emacs-counsel)
|
`(("emacs-counsel" ,emacs-counsel)
|
||||||
|
@ -8629,7 +8632,7 @@ asynchronously, with Counsel and Ivy. Simply call
|
||||||
(description
|
(description
|
||||||
"This package uses Ivy to provide additional actions for Projectile
|
"This package uses Ivy to provide additional actions for Projectile
|
||||||
commands and replacements for existing functions.")
|
commands and replacements for existing functions.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-qml-mode
|
(define-public emacs-qml-mode
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue