diff options
author | Alex Kost <alezost@gmail.com> | 2017-10-11 20:22:42 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2017-10-13 19:53:04 +0300 |
commit | 0821e0672c3451202701e7adc11758bae79ded84 (patch) | |
tree | 3eb785dc0c5b6721b34c87addf89076855f40dd1 /gnu/packages/emacs.scm | |
parent | dca0718c292096464da881511ce3bdb3eed40b19 (diff) | |
download | patches-0821e0672c3451202701e7adc11758bae79ded84.tar patches-0821e0672c3451202701e7adc11758bae79ded84.tar.gz |
gnu: git-modes: Update to 1.2.6.
* gnu/packages/emacs.scm (git-modes): Update to 1.2.6.
Diffstat (limited to 'gnu/packages/emacs.scm')
-rw-r--r-- | gnu/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index dd141c5f2e..1f26d3a6fd 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -361,7 +361,7 @@ when typing parentheses directly or commenting out code line by line.") (define-public git-modes (package (name "git-modes") - (version "1.2.4") + (version "1.2.6") (source (origin (method url-fetch) (uri (string-append @@ -370,7 +370,7 @@ when typing parentheses directly or commenting out code line by line.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0xxrmf0jnyljxvllc22qa0v8lgi4k1ldnayjm5hf68m25jsr378l")))) + "18z04wn5ird9l0h6n6x97v0kyzdj73832bj9qakm3fjjl7vcn0pw")))) (build-system emacs-build-system) (home-page "https://github.com/magit/git-modes") (synopsis "Emacs major modes for Git configuration files") |