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