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:
David Dashyan 2021-04-26 21:05:38 +02:00 committed by Nicolas Goaziou
parent 787d631ab2
commit bd3f3f8150
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8608,28 +8608,31 @@ asynchronously, with Counsel and Ivy. Simply call
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-counsel-projectile (define-public emacs-counsel-projectile
(package ;; Use a recent commit in order to fix recent breakage with Ivy.
(name "emacs-counsel-projectile") (let ((commit "06b03c1080d3ccc3fa9b9c41b1ccbcf13f058e4b")
(version "0.3.1") (revision "0"))
(source (origin (package
(method git-fetch) (name "emacs-counsel-projectile")
(uri (git-reference (version (git-version "0.3.1" revision commit))
(url "https://github.com/ericdanan/counsel-projectile") (source
(commit version))) (origin
(file-name (git-file-name name version)) (method git-fetch)
(sha256 (uri (git-reference
(base32 (url "https://github.com/ericdanan/counsel-projectile")
"1k4n5lw6wwbgpwv0dg9dw0bjzi0hvbgkzrs1zmq36yhfz6y8gwnh")))) (commit commit)))
(build-system emacs-build-system) (file-name (git-file-name name version))
(propagated-inputs (sha256
`(("emacs-counsel" ,emacs-counsel) (base32 "10afil6grwxj1x8fxd3ar7ikw3s3hzrkjsjin8wzchbz04389l7s"))))
("emacs-projectile" ,emacs-projectile))) (build-system emacs-build-system)
(home-page "https://github.com/ericdanan/counsel-projectile") (propagated-inputs
(synopsis "Enhance Projectile with Ivy") `(("emacs-counsel" ,emacs-counsel)
(description ("emacs-projectile" ,emacs-projectile)))
"This package uses Ivy to provide additional actions for Projectile (home-page "https://github.com/ericdanan/counsel-projectile")
(synopsis "Enhance Projectile with Ivy")
(description
"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