gnu: mg: Update to 20171014.
* gnu/packages/text-editors.scm (mg): Update to 20171014.
This commit is contained in:
parent
7649e4269e
commit
b11481a542
|
@ -239,14 +239,14 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings. e3 can be used on
|
|||
(define-public mg
|
||||
(package
|
||||
(name "mg")
|
||||
(version "20170401")
|
||||
(version "20171014")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://homepage.boetes.org/software/mg/mg-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1arasswgdadbb265rahq3867r9s54jva6k4m3p5n0f8mgjqhhdha"))
|
||||
"0hakfikzsml7z0hja8m8mcahrmfy2piy81bq9nccsjplyfc9clai"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in New Issue