me
/
guix
Archived
1
0
Fork 0

gnu: git-modes: Update to 1.4.1.

* gnu/packages/emacs-xyz.scm (git-modes): Update to 1.4.1.
[propagated-inputs]: Add EMACS-COMPAT.
master
Nicolas Goaziou 2023-05-21 14:06:26 +02:00
parent bdbe0314fb
commit b1523fdc8b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 2 deletions

View File

@ -1183,7 +1183,7 @@ some utility functions, and commands using that infrastructure.")
(define-public git-modes
(package
(name "emacs-git-modes")
(version "1.4.0")
(version "1.4.1")
(source
(origin
(method git-fetch)
@ -1192,8 +1192,10 @@ some utility functions, and commands using that infrastructure.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0aqz65pcqc35h5z4s606f48iqn87h5v9nj3cp6n9yjxa2v7w5hfk"))))
(base32 "0b9fywqwccdvyg1cfnlzl61gq1gryjvzp32cw91l4igv7ppmq684"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))
(home-page "https://github.com/magit/git-modes")
(synopsis "Emacs major modes for Git configuration files")
(description