mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: emacs-git-modes: Update to 1.4.0.
* gnu/packages/emacs-xyz.scm (emacs-git-modes): Update to 1.4.0.
This commit is contained in:
parent
4fd12fb00d
commit
af14c6f101
1 changed files with 10 additions and 10 deletions
|
@ -651,16 +651,16 @@ (define-public emacs-project
|
||||||
(define-public git-modes
|
(define-public git-modes
|
||||||
(package
|
(package
|
||||||
(name "emacs-git-modes")
|
(name "emacs-git-modes")
|
||||||
(version "1.3.0")
|
(version "1.4.0")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/magit/git-modes")
|
(uri (git-reference
|
||||||
(commit version)))
|
(url "https://github.com/magit/git-modes")
|
||||||
(file-name (git-file-name name version))
|
(commit version)))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"0m8qfjj5hzxwyyi34sbk11qz5fix6z80hiki0v0a838sq4f586b6"))))
|
(base32 "0aqz65pcqc35h5z4s606f48iqn87h5v9nj3cp6n9yjxa2v7w5hfk"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/magit/git-modes")
|
(home-page "https://github.com/magit/git-modes")
|
||||||
(synopsis "Emacs major modes for Git configuration files")
|
(synopsis "Emacs major modes for Git configuration files")
|
||||||
|
|
Loading…
Reference in a new issue