Update emacs configuration packages to latest commit
This commit is contained in:
parent
1e15c9c15d
commit
03bfd1db1c
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
#:use-module (oni packages go))
|
||||
|
||||
(define-public emacs-oni-config
|
||||
(let ((commit "8eb16a8db6424eeca3fc82bdd806529edd94bd5e")
|
||||
(let ((commit "67159d71e5cecbb58922b62be2886a6ce17bf1d1")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-oni-config")
|
||||
|
@ -24,7 +24,7 @@
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0m88z982j113jdyy1zsii4m0hg5p1l6g3gj47s3msspr2dz2b9hi"))))
|
||||
(base32 "1czzc9rf3vm3rxmq8h1pgqpx8q9c0p0pmxi87m30q4mjrjczxwln"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://code.ryuslash.org/ryuslash/emacs-config")
|
||||
(synopsis "My Emacs configuration")
|
||||
|
|
Loading…
Reference in a new issue