diff options
author | Alex Kost <alezost@gmail.com> | 2016-03-11 11:23:23 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-03-13 12:54:12 +0300 |
commit | acd62175e2ba059c1fc02659168521e1e93e9dca (patch) | |
tree | 4a289d6865a6191b0c2bfd286e90af1c65ec0c7d /gnu/packages/emacs.scm | |
parent | eb4f2cd7e387f67b31f82ec4ad78e14942d3947a (diff) | |
download | patches-acd62175e2ba059c1fc02659168521e1e93e9dca.tar patches-acd62175e2ba059c1fc02659168521e1e93e9dca.tar.gz |
gnu: git-modes: Update to 1.2.1.
* gnu/packages/emacs.scm (git-modes): Update to 1.2.1.
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 7270fc4932..c9fbfcf1f1 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -308,7 +308,7 @@ when typing parentheses directly or commenting out code line by line.") (define-public git-modes (package (name "git-modes") - (version "1.2.0") + (version "1.2.1") (source (origin (method url-fetch) (uri (string-append @@ -317,7 +317,7 @@ when typing parentheses directly or commenting out code line by line.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "09dv7ikbj2bi4y3lmvjfzqpdmx2f9bd4w7jkp10bkap62d05iqhk")))) + "088wyddh8y0yw77i0hx449n9zg4wzyc90h63wlmxba1ijg4dzm0p")))) (build-system gnu-build-system) (arguments `(#:modules ((guix build gnu-build-system) |