mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: mg: Update to 20171014.
* gnu/packages/text-editors.scm (mg): Update to 20171014.
This commit is contained in:
parent
7649e4269e
commit
b11481a542
1 changed files with 2 additions and 2 deletions
|
@ -239,14 +239,14 @@ (define-public e3
|
|||
(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 a new issue