unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "André A. Gomes" <andremegafone@gmail.com>
To: 47224@debbugs.gnu.org
Subject: [bug#47224] [PATCH] gnu: emacs-modus-themes: Update to 1.2.4
Date: Thu, 18 Mar 2021 09:20:59 +0300	[thread overview]
Message-ID: <87im5prnhw.fsf@gmail.com> (raw)

[-- 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


             reply	other threads:[~2021-03-18  6:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-18  6:20 André A. Gomes [this message]
2021-03-18 14:51 ` [bug#47224] [PATCH] gnu: emacs-modus-themes: Update to 1.2.4 Nicolas Goaziou
2021-03-18 15:17   ` André A. Gomes
2021-03-20 17:07     ` bug#47224: " Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87im5prnhw.fsf@gmail.com \
    --to=andremegafone@gmail.com \
    --cc=47224@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).