emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53576: closed ([PATCH] gnu: emacs-diminish: Update to 0.46.)


From: GNU bug Tracking System
Subject: bug#53576: closed ([PATCH] gnu: emacs-diminish: Update to 0.46.)
Date: Fri, 28 Jan 2022 08:37:02 +0000

Your message dated Fri, 28 Jan 2022 09:36:45 +0100
with message-id <87h79ow92a.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#53576] [PATCH] gnu: emacs-diminish: Update to 0.46.
has caused the debbugs.gnu.org bug report #53576,
regarding [PATCH] gnu: emacs-diminish: Update to 0.46.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53576: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53576
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-diminish: Update to 0.46. Date: Thu, 27 Jan 2022 09:15:53 +0100
* gnu/packages/emacs-xyz.scm (emacs-diminish): Update to 0.46.
[license]: Change from gpl2+ to gpl3+.
---
 gnu/packages/emacs-xyz.scm | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 68c10a2307..ace3a87542 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13412,24 +13412,26 @@ (define-public emacs-diff-hl
     (license license:gpl3+)))
 
 (define-public emacs-diminish
-  (package
-    (name "emacs-diminish")
-    (version "0.45")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/myrjola/diminish.el";)
-             (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "0qpgfgp8hrzz4vdifxq8h25n0a0jlzgf7aa1fpy6r0080v5rqbb6"))))
-    (build-system emacs-build-system)
-    (home-page "https://github.com/myrjola/diminish.el";)
-    (synopsis "Diminish minor modes with no modeline display")
-    (description "@code{emacs-diminish} implements hiding or
+  (let ((commit "fd486ef76e4c1d8211ae337a43b8bba106d4bca7")
+        (revision "1"))
+    (package
+      (name "emacs-diminish")
+      (version (git-version "0.46" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/myrjola/diminish.el";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1vlgn7swwfzy6yr880698h3qsmfcqprcb1jvffkzmbvhvf458szf"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/myrjola/diminish.el";)
+      (synopsis "Diminish minor modes with no modeline display")
+      (description "@code{emacs-diminish} implements hiding or
 abbreviation of the mode line displays (lighters) of minor modes.")
-    (license license:gpl2+)))
+      (license license:gpl3+))))
 
 (define-public emacs-use-package
   (package
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#53576] [PATCH] gnu: emacs-diminish: Update to 0.46. Date: Fri, 28 Jan 2022 09:36:45 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/emacs-xyz.scm (emacs-diminish): Update to 0.46.
> [license]: Change from gpl2+ to gpl3+.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]