mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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:
parent
3fe3ae7ee2
commit
e9db965feb
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue