all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#47224] [PATCH] gnu: emacs-modus-themes: Update to 1.2.4
@ 2021-03-18  6:20 André A. Gomes
  2021-03-18 14:51 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: André A. Gomes @ 2021-03-18  6:20 UTC (permalink / raw)
  To: 47224

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

Hi!

Following the request of the maintainer of the themes
(https://gitlab.com/protesilaos/modus-themes/-/issues/111#note_531033924),
I'm sending this patch.  Thank you!


-- 
André A. Gomes
"Free Thought, Free World"

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-modus-themes-Update-to-1.2.4.patch --]
[-- Type: text/x-patch, Size: 1501 bytes --]

From 716711d2bed65ac81d1b97d1e75aa73cf4e5755b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Alexandre=20Gomes?= <andremegafone@gmail.com>
Date: Thu, 18 Mar 2021 09:16:08 +0300
Subject: [PATCH] gnu: emacs-modus-themes: Update to 1.2.4.

The theme is now back to the ELPA repositories and fetching from there is
easier to maintain.
---
 gnu/packages/emacs-xyz.scm | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4ff97eab3b..8396b060be 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24517,16 +24517,14 @@ Emacs that integrate with major modes like Org-mode.")
 (define-public emacs-modus-themes
   (package
     (name "emacs-modus-themes")
-    (version "1.2.3")
+    (version "1.2.4")
     (source
      (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://gitlab.com/protesilaos/modus-themes")
-             (commit version)))
-       (file-name (git-file-name name version))
+       (method url-fetch)
+       (uri (string-append
+             "https://elpa.gnu.org/packages/modus-themes-" version ".tar"))
        (sha256
-        (base32 "1l392hz6zs6wg06x2zxnk7s0h5cpmvbkcynh68gjmqjj84l7mqrk"))))
+        (base32 "0wz6dgkrq4ryvj0kxnzqxwh4i8b9lw15d5dsazjpqa7gfwffpzp0"))))
     (build-system emacs-build-system)
     (home-page "https://protesilaos.com/modus-themes/")
     (synopsis "Accessible themes (WCAG AAA)")
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#47224] [PATCH] gnu: emacs-modus-themes: Update to 1.2.4
  2021-03-18  6:20 [bug#47224] [PATCH] gnu: emacs-modus-themes: Update to 1.2.4 André A. Gomes
@ 2021-03-18 14:51 ` Nicolas Goaziou
  2021-03-18 15:17   ` André A. Gomes
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2021-03-18 14:51 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 47224

Hello,

André A. Gomes <andremegafone@gmail.com> writes:

> Following the request of the maintainer of the themes
> (https://gitlab.com/protesilaos/modus-themes/-/issues/111#note_531033924),
> I'm sending this patch.  Thank you!

> Subject: [PATCH] gnu: emacs-modus-themes: Update to 1.2.4.
>
> The theme is now back to the ELPA repositories and fetching from there is
> easier to maintain.

Thank you. But as long as bug #46849[¹] is not fixed, I suggest not
moving back to GNU ELPA.

[¹]  http://issues.guix.gnu.org/issue/46849

WDYT?

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#47224] [PATCH] gnu: emacs-modus-themes: Update to 1.2.4
  2021-03-18 14:51 ` Nicolas Goaziou
@ 2021-03-18 15:17   ` André A. Gomes
  2021-03-20 17:07     ` bug#47224: " Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: André A. Gomes @ 2021-03-18 15:17 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 47224

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> Thank you. But as long as bug #46849[¹] is not fixed, I suggest not
> moving back to GNU ELPA.
>
> [¹]  http://issues.guix.gnu.org/issue/46849
>
> WDYT?

Makes sense to me, but I can't help regarding the issue above.  Thanks.


-- 
André A. Gomes
"Free Thought, Free World"




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#47224: [PATCH] gnu: emacs-modus-themes: Update to 1.2.4
  2021-03-18 15:17   ` André A. Gomes
@ 2021-03-20 17:07     ` Nicolas Goaziou
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2021-03-20 17:07 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 47224-done

Hello,

André A. Gomes <andremegafone@gmail.com> writes:

> Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
>
>> Thank you. But as long as bug #46849[¹] is not fixed, I suggest not
>> moving back to GNU ELPA.
>>
>> [¹]  http://issues.guix.gnu.org/issue/46849
>>
>> WDYT?
>
> Makes sense to me, but I can't help regarding the issue above.
> Thanks.

Neither can I. 

Meanwhile, I'm closing this bug report. Feel free to re-open it once
46849 is sorted out.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-20 17:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-18  6:20 [bug#47224] [PATCH] gnu: emacs-modus-themes: Update to 1.2.4 André A. Gomes
2021-03-18 14:51 ` Nicolas Goaziou
2021-03-18 15:17   ` André A. Gomes
2021-03-20 17:07     ` bug#47224: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.