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>
This commit is contained in:
Mike Rosset 2020-09-04 07:40:51 -07:00 committed by Mathieu Othacehe
parent bdf3f5a403
commit bdcb287edd
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -3039,20 +3039,20 @@ (define-public emacsy
(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
(method git-fetch) (origin
(uri (git-reference (method git-fetch)
(url "https://git.savannah.gnu.org/git/emacsy.git") (uri (git-reference
(commit commit))) (url "https://git.savannah.gnu.org/git/emacsy.git")
(file-name (git-file-name name version)) (commit commit)))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"1ps15w8cxj9kc18gmvys9jv9xa1qqa7m43ismv34l3cmhddrn0sr")))) (base32 "1cs1i1hxwrv0a512j54yrvfh743nci1chx6qjgp4jyzq98ncvxgg"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("guile" ,guile-2.2) `(("guile" ,guile-2.2)
@ -3063,10 +3063,10 @@ (define-public emacsy-minimal
`(#:configure-flags '("--without-examples") `(#:configure-flags '("--without-examples")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-before 'configure 'setenv (add-before 'configure 'setenv
(lambda _ (lambda _
(setenv "GUILE_AUTO_COMPILE" "0") (setenv "GUILE_AUTO_COMPILE" "0")
#t)))))))) #t))))))))
(define-public guile-jpeg (define-public guile-jpeg
(let ((commit "6a1673578b297c2c1b28e44a76bd5c49e76a5046") (let ((commit "6a1673578b297c2c1b28e44a76bd5c49e76a5046")