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