mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: emacs-git-modes: Update to 1.4.2.
* gnu/packages/emacs-xyz.scm (emacs-git-modes): Update to 1.4.2. Change-Id: I3d79b4b5a514e133b64c688cf77aee423fed2245
This commit is contained in:
parent
504b85237e
commit
ffa08b3e5e
1 changed files with 2 additions and 2 deletions
|
@ -1355,7 +1355,7 @@ (define-public emacs-project-mode-line-tag
|
|||
(define-public emacs-git-modes
|
||||
(package
|
||||
(name "emacs-git-modes")
|
||||
(version "1.4.1")
|
||||
(version "1.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1364,7 +1364,7 @@ (define-public emacs-git-modes
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0b9fywqwccdvyg1cfnlzl61gq1gryjvzp32cw91l4igv7ppmq684"))))
|
||||
(base32 "0npwjcm04gg1cy19gsha5m6my9xa0din860gv3h32cx8q3nizjjc"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-compat))
|
||||
|
|
Loading…
Reference in a new issue