mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mg: Update to 20221112.
* gnu/packages/text-editors.scm (mg): Update to 20221112.
This commit is contained in:
parent
266c918263
commit
004afd079b
1 changed files with 2 additions and 2 deletions
|
@ -496,7 +496,7 @@ (define-public e3
|
|||
(define-public mg
|
||||
(package
|
||||
(name "mg")
|
||||
(version "20220614")
|
||||
(version "20221112")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -505,7 +505,7 @@ (define-public mg
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"145qk4bzys4igv98645vikswv9hqym46chh6xb9d82ihsvjq1wjk"))
|
||||
"1wsib91f277xsx3qi8zmjcd9r9cm078rcf8hii0rwipyn04vxy83"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
(substitute* "GNUmakefile"
|
||||
|
|
Loading…
Reference in a new issue