diff mbox series

[bug#47224] gnu: emacs-modus-themes: Update to 1.2.4

Message ID 87im5prnhw.fsf@gmail.com
State Accepted
Headers show
Series [bug#47224] gnu: emacs-modus-themes: Update to 1.2.4 | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

André A. Gomes March 18, 2021, 6:20 a.m. UTC
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!

Comments

Nicolas Goaziou March 18, 2021, 2:51 p.m. UTC | #1
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,
André A. Gomes March 18, 2021, 3:17 p.m. UTC | #2
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.
Nicolas Goaziou March 20, 2021, 5:07 p.m. UTC | #3
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,
diff mbox series

Patch

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