emacs-config: Use latest
This commit is contained in:
parent
b66c126212
commit
f8da6b40ba
1 changed files with 12 additions and 8 deletions
|
@ -19,20 +19,24 @@
|
|||
#:use-module (oni packages emacs))
|
||||
|
||||
(define-public emacs-oni-config
|
||||
(let ((commit "296ff541e7cfbd7fd6c721566328e2f38a91a99d")
|
||||
(let
|
||||
((commit "56076c28e1dd7288ae074933d4f9f6d723c3bef2")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-oni-config")
|
||||
(version (git-version "0.0.1" revision commit))
|
||||
(version
|
||||
(git-version "0.0.1" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://code.ryuslash.org/ryuslash/emacs-config.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(file-name
|
||||
(git-file-name name version))
|
||||
(sha256
|
||||
(base32 "16d4g0lsi2zpdrc3pbx26psmlisdkz45xvqdghvfi1v3jhhl0xl1"))))
|
||||
(base32 "1nx162hnmv8mjs5f9gscads9p98khs5i24n5951hpzhnjsva7xaj"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://code.ryuslash.org/ryuslash/emacs-config/")
|
||||
(synopsis "My Emacs configuration")
|
||||
|
|
Loading…
Add table
Reference in a new issue