me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 21 additions and 26 deletions

View File

@ -8347,33 +8347,28 @@ 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") (package
(version "0.14.0") (name "emacs-helm-projectile")
(revision "1")) (version "1.0.0")
(package (source
(name "emacs-helm-projectile") (origin
(version (git-version version revision commit)) (method git-fetch)
(source (uri (git-reference
(origin (url "https://github.com/bbatsov/helm-projectile")
(method git-fetch) (commit (string-append "v" version))))
(uri (git-reference (file-name (git-file-name name version))
(url "https://github.com/bbatsov/helm-projectile") (sha256
(commit commit))) (base32 "05gpg90gg03yalmv9fw1y9k21i2l617iipvs0p9n80aln8nrzs8g"))))
(file-name (git-file-name name version)) (build-system emacs-build-system)
(sha256 (propagated-inputs
(base32 "0a811cblrvc8llpv771b8dppgxs6bwjyvjy3qn2xns4nigvn93s0")))) `(("emacs-helm" ,emacs-helm)
(build-system emacs-build-system) ("emacs-projectile" ,emacs-projectile)))
(propagated-inputs (home-page "https://github.com/bbatsov/helm-projectile")
`(("emacs-helm" ,emacs-helm) (synopsis "Helm integration for Projectile")
("emacs-projectile" ,emacs-projectile))) (description
(home-page "https://github.com/bbatsov/helm-projectile") "This Emacs library provides a Helm interface for Projectile.")
(synopsis "Helm integration for Projectile") (license license:gpl3+)))
(description
"This Emacs library provides a Helm interface for Projectile.")
(license license:gpl3+))))
(define-public emacs-taskrunner (define-public emacs-taskrunner
(let ((commit "3afd4a546d42339543d3d4e51b175fc3e82b3358") (let ((commit "3afd4a546d42339543d3d4e51b175fc3e82b3358")