GNU bug report logs - #55268
[PATCH] gnu: emacs-modus-themes: Update to 2.3.3.

Previous Next

Package: guix-patches;

Reported by: Andrew Tropin <andrew <at> trop.in>

Date: Thu, 5 May 2022 07:13:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#55268: closed ([PATCH] gnu: emacs-modus-themes: Update to 2.3.3.)
Date: Mon, 09 May 2022 14:22:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 09 May 2022 16:21:39 +0200
with message-id <87ilqerdl8.fsf <at> gnu.org>
and subject line Re: bug#55268: [PATCH] gnu: emacs-modus-themes: Update to 2.3.3.
has caused the debbugs.gnu.org bug report #55268,
regarding [PATCH] gnu: emacs-modus-themes: Update to 2.3.3.
to be marked as done.

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


-- 
55268: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55268
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andrew Tropin <andrew <at> trop.in>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-modus-themes: Update to 2.3.3.
Date: Thu, 5 May 2022 10:09:56 +0300
[Message part 3 (text/plain, inline)]
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.3.3.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes)[source]: Change repository.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c1ebfec62b..308260f501 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27398,16 +27398,16 @@ (define-public emacs-doom-themes
 (define-public emacs-modus-themes
   (package
     (name "emacs-modus-themes")
-    (version "2.2.0")
+    (version "2.3.3")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://gitlab.com/protesilaos/modus-themes")
+             (url "https://git.sr.ht/~protesilaos/modus-themes")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1mnfbr312dqifsdngb29kvggfirfclc9ncaw5srd52hnwc5n0rxi"))))
+        (base32 "14nfb94y9vcnpmwj9acwl6h5v0h1c6swqf33ch4zimxxqgx9zrm4"))))
     (build-system emacs-build-system)
     (home-page "https://protesilaos.com/modus-themes/")
     (synopsis "Accessible themes (WCAG AAA)")
-- 
2.36.0

[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Andrew Tropin <andrew <at> trop.in>
Cc: 55268-done <at> debbugs.gnu.org
Subject: Re: bug#55268: [PATCH] gnu: emacs-modus-themes: Update to 2.3.3.
Date: Mon, 09 May 2022 16:21:39 +0200
Hi,

Andrew Tropin <andrew <at> trop.in> skribis:

> * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.3.3.
> * gnu/packages/emacs-xyz.scm (emacs-modus-themes)[source]: Change repository.

Applied, thanks!

Ludo’.


This bug report was last modified 3 years and 12 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.