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:
Nicolas Goaziou 2021-11-06 10:19:31 +01:00
parent 4fd12fb00d
commit af14c6f101
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -651,16 +651,16 @@ (define-public emacs-project
(define-public git-modes
(package
(name "emacs-git-modes")
(version "1.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/magit/git-modes")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0m8qfjj5hzxwyyi34sbk11qz5fix6z80hiki0v0a838sq4f586b6"))))
(version "1.4.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/magit/git-modes")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0aqz65pcqc35h5z4s606f48iqn87h5v9nj3cp6n9yjxa2v7w5hfk"))))
(build-system emacs-build-system)
(home-page "https://github.com/magit/git-modes")
(synopsis "Emacs major modes for Git configuration files")