mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: emacs-ebuild-mode: Update to 1.50.
[[PGP Signed Part:No public key for 7C7AFFBEFEF2CB25 created at 2020-04-12T07:33:34+0200 using RSA]] * gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.50. (needs info installation) From cc87b443a6dd94b07d711ec792fe1b6f1ac3e6d4 Mon Sep 17 00:00:00 2001 From: Michael Rohleder <mike@rohleder.de> Date: Sun, 12 Apr 2020 07:19:44 +0200 Subject: [PATCH] gnu: emacs-ebuild-mode: Update to 1.50. * gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.50.
This commit is contained in:
parent
4b238cd853
commit
94475a4552
1 changed files with 2 additions and 2 deletions
|
@ -7896,7 +7896,7 @@ (define-public emacs-lua-mode
|
|||
(define-public emacs-ebuild-mode
|
||||
(package
|
||||
(name "emacs-ebuild-mode")
|
||||
(version "1.37")
|
||||
(version "1.50")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -7905,7 +7905,7 @@ (define-public emacs-ebuild-mode
|
|||
(file-name (string-append name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"07dzrdjjczkxdfdgi60h4jjkvzi4p0k9rij2wpfp8s03ay3qldpp"))))
|
||||
"0bgi98vx6ahxijw69kfdiy3rkjdg7yi6k3bkjyasak5920m6fj1d"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://devmanual.gentoo.org")
|
||||
(synopsis "Major modes for Gentoo package files")
|
||||
|
|
Loading…
Reference in a new issue