gnu: git-modes: Update to 1.2.2.
* gnu/packages/emacs.scm (git-modes): Update to 1.2.2.
This commit is contained in:
parent
ffefa3da1a
commit
d1dfa22f9f
|
@ -309,7 +309,7 @@ when typing parentheses directly or commenting out code line by line.")
|
||||||
(define-public git-modes
|
(define-public git-modes
|
||||||
(package
|
(package
|
||||||
(name "git-modes")
|
(name "git-modes")
|
||||||
(version "1.2.1")
|
(version "1.2.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -318,7 +318,7 @@ when typing parentheses directly or commenting out code line by line.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"088wyddh8y0yw77i0hx449n9zg4wzyc90h63wlmxba1ijg4dzm0p"))))
|
"0gb9c18jib8rpm14vig9774104lwmd8353ps0259m861syf6664d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build gnu-build-system)
|
`(#:modules ((guix build gnu-build-system)
|
||||||
|
|
Loading…
Reference in New Issue