gnu: emacsy-minimal: Update to v0.4.1-31-g415d96f.
Emacsy now includes trivial fixes for 'end-of-line to be on par with Emacs 'end-of-line. * gnu/packages/guile-xyz.scm (emacsy-minimal): Update to v0.4.1-31-g415d96f. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>master
parent
bdf3f5a403
commit
bdcb287edd
|
@ -3039,20 +3039,20 @@ in C using Gtk+-3 and WebKitGtk.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacsy-minimal
|
(define-public emacsy-minimal
|
||||||
(let ((commit "v0.4.1-28-gd459ca1"))
|
(let ((commit "v0.4.1-31-g415d96f"))
|
||||||
(package
|
(package
|
||||||
(inherit emacsy)
|
(inherit emacsy)
|
||||||
(name "emacsy-minimal")
|
(name "emacsy-minimal")
|
||||||
(version (string-drop commit 1))
|
(version (string-drop commit 1))
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.savannah.gnu.org/git/emacsy.git")
|
(url "https://git.savannah.gnu.org/git/emacsy.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1cs1i1hxwrv0a512j54yrvfh743nci1chx6qjgp4jyzq98ncvxgg"))))
|
||||||
"1ps15w8cxj9kc18gmvys9jv9xa1qqa7m43ismv34l3cmhddrn0sr"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("guile" ,guile-2.2)
|
`(("guile" ,guile-2.2)
|
||||||
|
|
Reference in New Issue