mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: emacs-mint-mode: Update to 1.0.3.
* gnu/packages/emacs-xyz.scm (emacs-mint-mode): Update to 1.0.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
a8bb3bb1a7
commit
9f780ff4dd
1 changed files with 2 additions and 2 deletions
|
@ -31949,7 +31949,7 @@ for detecting and improve non-idiomatic Clojure source code.")
|
||||||
(define-public emacs-mint-mode
|
(define-public emacs-mint-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-mint-mode")
|
(name "emacs-mint-mode")
|
||||||
(version "1.0.2")
|
(version "1.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -31958,7 +31958,7 @@ for detecting and improve non-idiomatic Clojure source code.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1v8mp1k24lzvc0mh9l4k3fwzr4sr87f5p9ahpy7263pcbvcy11vl"))))
|
(base32 "19szk2dhsa0771kbg1ywp0zz8j6akysvwmmrx2bihq8h5j4y23pg"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments '(#:include '("\\.el$" "\\.txt$")))
|
(arguments '(#:include '("\\.el$" "\\.txt$")))
|
||||||
(home-page "https://github.com/creatorrr/emacs-mint-mode")
|
(home-page "https://github.com/creatorrr/emacs-mint-mode")
|
||||||
|
|
Loading…
Reference in a new issue