gnu: emacs-counsel-projectile: Update to 0.3.1.

* gnu/packages/emacs-xyz.scm (emacs-counsel-projectile): Update to 0.3.1.
This commit is contained in:
Jelle Licht 2020-09-17 14:19:41 +02:00
parent 88c7175161
commit 9e59ae320e
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -7384,7 +7384,7 @@ (define-public emacs-counsel-notmuch
(define-public emacs-counsel-projectile
(package
(name "emacs-counsel-projectile")
(version "0.3.0")
(version "0.3.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -7393,7 +7393,7 @@ (define-public emacs-counsel-projectile
(file-name (git-file-name name version))
(sha256
(base32
"1inc4ndl0ysfwvxk4avbgpj4qi9rc93da6476a5c81xmwpsv8wmq"))))
"1k4n5lw6wwbgpwv0dg9dw0bjzi0hvbgkzrs1zmq36yhfz6y8gwnh"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-counsel" ,emacs-counsel)