Update emacs-oni-config to latest commit
This commit is contained in:
parent
c248652a67
commit
1e224bfe3c
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 "1a84c0251776e74bb4cacfc42ae58a2ef13fae04")
|
(let ((commit "fb767b39948483fceb8fe83698933f13f79f1a93")
|
||||||
(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 "11zf4m04spmx1axmna8n826qazi7dljagmv0dhy9q37k3ghrgpwq"))))
|
(base32 "03kn9yf6hknlmyyc4zxdg2hp92bq2kjlzvnlbrb07vfmbnkxyk14"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://sr.ht/~ryuslash/dotfiles/")
|
(home-page "https://sr.ht/~ryuslash/dotfiles/")
|
||||||
(synopsis "My Emacs configuration")
|
(synopsis "My Emacs configuration")
|
||||||
|
|
Loading…
Reference in a new issue