gnu: emacs-robe: Update to 0.8.4.

* gnu/packages/emacs-xyz.scm (emacs-robe): Update to 0.8.4.

Change-Id: I7a6fa9360c3e8e16dd28dc474d5c0167dcebda47
This commit is contained in:
Nicolas Goaziou 2024-03-17 23:24:36 +01:00
parent 9b07ed0caf
commit 07a5534f4c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7984,7 +7984,7 @@ (define-public emacs-rich-minority
(define-public emacs-robe
(package
(name "emacs-robe")
(version "0.8.3")
(version "0.8.4")
(source
(origin
(method git-fetch)
@ -7993,7 +7993,7 @@ (define-public emacs-robe
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1xbj7wi389n6pxfvxrakvhylkdlqg8ll9ad2zmxggcchygwah6nl"))))
(base32 "0kvyfyr4b0z0l964a8z9shy8nlnxzxc2ljcc02gj2pn1rn1wz0gq"))))
(build-system emacs-build-system)
(arguments
'(#:include (cons "^lib\\/" %default-include)))