mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: emacs-project: Update to 0.9.7.
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.9.7.
This commit is contained in:
parent
819aaca9d5
commit
aa1caf5fad
1 changed files with 2 additions and 2 deletions
|
@ -987,13 +987,13 @@ (define-public emacs-spongebob
|
||||||
(define-public emacs-project
|
(define-public emacs-project
|
||||||
(package
|
(package
|
||||||
(name "emacs-project")
|
(name "emacs-project")
|
||||||
(version "0.9.6")
|
(version "0.9.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/project-" version ".tar"))
|
(uri (string-append "https://elpa.gnu.org/packages/project-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11zxkfv756xsx6c87r66sm3k88hv5f623bp3hh1cp3j97hkd4b4d"))))
|
(base32 "0lj21hdf0jviwq71bnzy5ffzw23p2slpcgy89chc1fn8gx0flhak"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-xref))
|
(propagated-inputs (list emacs-xref))
|
||||||
(home-page "https://elpa.gnu.org/packages/project.html")
|
(home-page "https://elpa.gnu.org/packages/project.html")
|
||||||
|
|
Loading…
Reference in a new issue