emacs-config: Use latest
This commit is contained in:
parent
c26414f0b1
commit
3843e5694c
1 changed files with 21 additions and 21 deletions
|
@ -20,27 +20,27 @@
|
|||
|
||||
(define-public emacs-oni-config
|
||||
(let
|
||||
((commit "4dfff40b9c8686d283a690a21b8d346ea996d8d4")
|
||||
((commit "f2f53f04ee536b5bed5e9256dfba45c26d2c2706")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-oni-config")
|
||||
(version
|
||||
(git-version "0.0.1" revision commit))
|
||||
(package (name "emacs-oni-config")
|
||||
(version (git-version "0.0.1" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(origin (method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://code.ryuslash.org/ryuslash/emacs-config.git")
|
||||
(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 "1gx5km1w05cz67smjj12byyx901r8x6k9iqkqm120hxmaa1ncklf"))))
|
||||
(base32
|
||||
"1az4l26an2rx987c3mmpshrv4yybqqx7ld77wh3kclgcpklyl3a3"))))
|
||||
(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")
|
||||
(description "This package provides my configuration for emacs")
|
||||
(description
|
||||
"This package provides my configuration for emacs")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-oni-vterm
|
||||
|
|
Loading…
Add table
Reference in a new issue