me
/
guix
Archived
1
0
Fork 0

gnu: emacs-project: Update to 0.6.0.

* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.6.0.
master
Nicolas Goaziou 2021-04-30 16:01:30 +02:00
parent 847f523381
commit 5511a5b662
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -424,13 +424,13 @@ when typing parentheses directly or commenting out code line by line.")
(define-public emacs-project (define-public emacs-project
(package (package
(name "emacs-project") (name "emacs-project")
(version "0.5.4") (version "0.6.0")
(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 "0arjvhzzcf8b80w94yvpgfdlhsjwf5jk1r7vcai5a4dg3bi9cxyb")))) (base32 "0m0r1xgz1ffx6mi2gjz1dkgrn89sh4y5ysi0gj6p1w05bf8p0lc0"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs `(("emacs-xref" ,emacs-xref))) (propagated-inputs `(("emacs-xref" ,emacs-xref)))
(home-page "http://elpa.gnu.org/packages/project.html") (home-page "http://elpa.gnu.org/packages/project.html")