mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: emacs-projectile: Update to 2.8.0.
* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.8.0. Change-Id: Ie3281d5066a75f89bb89c93b7bcd3827b2752e1e
This commit is contained in:
parent
e895d67adf
commit
c7b9fd2d41
1 changed files with 2 additions and 2 deletions
|
@ -13938,7 +13938,7 @@ (define-public emacs-edit-indirect
|
|||
(define-public emacs-projectile
|
||||
(package
|
||||
(name "emacs-projectile")
|
||||
(version "2.7.0")
|
||||
(version "2.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -13948,7 +13948,7 @@ (define-public emacs-projectile
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ybd41iss8vd56qv6czpxqq7a99s4h7i3a2r4khy4rf5blj5zdqi"))))
|
||||
"022ca1185ywmw8pjpkrxkd6d2wp4vbq67x2w724iiw2asy69j7wb"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue