me
/
guix
Archived
1
0
Fork 0

gnu: emacs-robe: Update to 0.8.6.

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

Change-Id: I2c1c2dc43fe20fec88db4a69ad4933d68805e0a2
master
Nicolas Goaziou 2024-04-06 14:51:25 +02:00
parent f1ae6916ea
commit ad366e5423
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -7985,7 +7985,7 @@ mode-line.")
(define-public emacs-robe
(package
(name "emacs-robe")
(version "0.8.4")
(version "0.8.6")
(source
(origin
(method git-fetch)
@ -7994,7 +7994,7 @@ mode-line.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0kvyfyr4b0z0l964a8z9shy8nlnxzxc2ljcc02gj2pn1rn1wz0gq"))))
(base32 "14apmvbs89si3v5hsiz11dckp8fdfidm14lc090lswq7mgk7h79s"))))
(build-system emacs-build-system)
(arguments
'(#:include (cons "^lib\\/" %default-include)))