Skip to content
Snippets Groups Projects
Commit acd62175 authored by Alex Kost's avatar Alex Kost
Browse files

gnu: git-modes: Update to 1.2.1.

* gnu/packages/emacs.scm (git-modes): Update to 1.2.1.
parent eb4f2cd7
No related branches found
No related tags found
No related merge requests found
...@@ -308,7 +308,7 @@ (define-public paredit ...@@ -308,7 +308,7 @@ (define-public paredit
(define-public git-modes (define-public git-modes
(package (package
(name "git-modes") (name "git-modes")
(version "1.2.0") (version "1.2.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
...@@ -317,7 +317,7 @@ (define-public git-modes ...@@ -317,7 +317,7 @@ (define-public git-modes
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"09dv7ikbj2bi4y3lmvjfzqpdmx2f9bd4w7jkp10bkap62d05iqhk")))) "088wyddh8y0yw77i0hx449n9zg4wzyc90h63wlmxba1ijg4dzm0p"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:modules ((guix build gnu-build-system) `(#:modules ((guix build gnu-build-system)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment