gnu: emacsy-minimal: Update to v0.4.1-37-g5f91ee6.

* gnu/packages/guile-xyz.scm (emacsy-minimal): Update to v0.4.1-37-g5f91ee6.

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Mike Rosset 2020-11-02 08:57:32 -08:00 committed by Marius Bakke
parent 3fe3ae7ee2
commit e9db965feb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3084,7 +3084,7 @@ (define-public emacsy
(license license:gpl3+)))
(define-public emacsy-minimal
(let ((commit "v0.4.1-31-g415d96f"))
(let ((commit "v0.4.1-37-g5f91ee6"))
(package
(inherit emacsy)
(name "emacsy-minimal")
@ -3097,7 +3097,7 @@ (define-public emacsy-minimal
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1cs1i1hxwrv0a512j54yrvfh743nci1chx6qjgp4jyzq98ncvxgg"))))
(base32 "03ym14g9qhjqmryr5z065kynqm8yhmvnbs2djl6vp3i9cmqln8cl"))))
(build-system gnu-build-system)
(inputs
`(("guile" ,guile-2.2)