[PATCH] gnu: emacs-ebuild-mode: Update to 1.50.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
87k12le09e.fsf@rohleder.de
* 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.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e700920266..5073fd9cad 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7896,7 +7896,7 @@ Lua programming language}.")
(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 @@ Lua programming language}.")
(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")
--
2.26.0
--
CChheecckk yyoouurr dduupplleexx sswwiittcchh..
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl6SqC4ACgkQfHr/vv7y
yyUnLQf/RseCh94rqe44rf33PEAeI5U2CFIcVvtAL9odxvymRg17bCi4KNkYmiI9
/SD8Xb+3CiDMciemajXmINpBpM1aSKybx85txlO2B/4PNAhyPtlREAiGZf/d2CAr
LK0qfCOrqgex4zCWod+16JWqRaau24O2e6Mcn6YwnVbAlUsY2/dccrPYG9T3ScU8
3ct9YlBtny59jI0eAYKIOqS8cqajSOzjuwNZaCzi/QstIlZy68Y7Op2lkfTf4wn5
427c3i5/wMlbCPDUf6HxmyTGCf0SD/XHP0htdcmzQS4xPPl+ZoXXfSt1YIq980CV
6UqcyYvaVSrLZRPzdaYy6DrK/Xt5JA==
=rmBl
-----END PGP SIGNATURE-----

Nicolas Goaziou wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 40569-done@debbugs.gnu.org)
87d08d0ykw.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (2 lines)
> Subject: [PATCH] gnu: emacs-ebuild-mode: Update to 1.50.

Applied. Thank you.

Regards,

--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 40569@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 40569
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help