gnu: emacs-helm-projectile: Update to 1.0.0.

* gnu/packages/emacs-xyz.scm (emacs-helm-projectile): Update to 1.0.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Michael Rohleder 2020-07-15 17:43:18 +02:00 committed by Nicolas Goaziou
parent 4226c1f709
commit 9ba8cb43b9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8347,24 +8347,19 @@ for search-based navigation of buffers.")
as well as features for editing search results.") as well as features for editing search results.")
(license license:gpl3+))) (license license:gpl3+)))
;; There hasn't been a tag or release since 2016, so we take the latest
;; commit.
(define-public emacs-helm-projectile (define-public emacs-helm-projectile
(let ((commit "5328b74dddcee8d1913803ca8167868831a07463")
(version "0.14.0")
(revision "1"))
(package (package
(name "emacs-helm-projectile") (name "emacs-helm-projectile")
(version (git-version version revision commit)) (version "1.0.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/bbatsov/helm-projectile") (url "https://github.com/bbatsov/helm-projectile")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0a811cblrvc8llpv771b8dppgxs6bwjyvjy3qn2xns4nigvn93s0")))) (base32 "05gpg90gg03yalmv9fw1y9k21i2l617iipvs0p9n80aln8nrzs8g"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-helm" ,emacs-helm) `(("emacs-helm" ,emacs-helm)
@ -8373,7 +8368,7 @@ as well as features for editing search results.")
(synopsis "Helm integration for Projectile") (synopsis "Helm integration for Projectile")
(description (description
"This Emacs library provides a Helm interface for Projectile.") "This Emacs library provides a Helm interface for Projectile.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-taskrunner (define-public emacs-taskrunner
(let ((commit "3afd4a546d42339543d3d4e51b175fc3e82b3358") (let ((commit "3afd4a546d42339543d3d4e51b175fc3e82b3358")