me
/
guix
Archived
1
0
Fork 0

gnu: emacs-helm-projectile: Update package.

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

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
master
Stephen Webber 2019-10-28 20:46:58 -05:00 committed by Mathieu Othacehe
parent 617bb67b4e
commit 32325c9999
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 26 additions and 22 deletions

View File

@ -6955,29 +6955,33 @@ 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
(package (let ((commit "5328b74dddcee8d1913803ca8167868831a07463")
(name "emacs-helm-projectile") (version "0.14.0")
(version "0.14.0") (revision "1"))
(source (package
(origin (name "emacs-helm-projectile")
(method git-fetch) (version (git-version version revision commit))
(uri (git-reference (source
(url "https://github.com/bbatsov/helm-projectile.git") (origin
(commit (string-append "v" version)))) (method git-fetch)
(file-name (git-file-name name version)) (uri (git-reference
(sha256 (url "https://github.com/bbatsov/helm-projectile.git")
(base32 "0lph38p112fridighqcizpsyzjbv7qr3d8prbfj6w6q6gfl6cna4")))) (commit commit)))
(build-system emacs-build-system) (file-name (git-file-name name version))
(propagated-inputs (sha256
`(("emacs-dash" ,emacs-dash) (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")