gnu: emacs-project: Update to 0.6.1.

* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.6.1.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Xinglu Chen 2021-08-10 11:11:20 +02:00 committed by 宋文武
parent 005c8b4265
commit a192ea31a0
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -631,13 +631,13 @@ (define-public emacs-paredit
(define-public emacs-project
(package
(name "emacs-project")
(version "0.6.0")
(version "0.6.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/project-" version ".tar"))
(sha256
(base32 "0m0r1xgz1ffx6mi2gjz1dkgrn89sh4y5ysi0gj6p1w05bf8p0lc0"))))
(base32 "174fli3swbn67qcs9isv70vwrf6r41mak6dbs98gia89rlb71c8v"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-xref" ,emacs-xref)))
(home-page "http://elpa.gnu.org/packages/project.html")