From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33176) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKJ7N-0007zY-FA for guix-patches@gnu.org; Fri, 03 Apr 2020 06:00:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKJ7L-0005Of-As for guix-patches@gnu.org; Fri, 03 Apr 2020 06:00:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57876) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKJ7K-0005NR-U7 for guix-patches@gnu.org; Fri, 03 Apr 2020 06:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jKJ7K-0007oo-Q9 for guix-patches@gnu.org; Fri, 03 Apr 2020 06:00:02 -0400 Subject: [bug#40402] [PATCH] gnu: emacs-modus-themes: Update to 0.7.0. References: <20200403092412.6491-1-me@bendersteed.tech> In-Reply-To: <20200403092412.6491-1-me@bendersteed.tech> Resent-Message-ID: From: Dimos Dimakakos Date: Fri, 3 Apr 2020 12:59:02 +0300 Message-Id: <20200403095902.14095-1-me@bendersteed.tech> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40402@debbugs.gnu.org Cc: Dimakakos Dimos From: Dimakakos Dimos * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 0.7.0. --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 782d8650dd..90d0ecbd83 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -20278,7 +20278,7 @@ Emacs that integrate with major modes like Org-mode.") (define-public emacs-modus-themes (package (name "emacs-modus-themes") - (version "0.6.0") + (version "0.7.0") (source (origin (method git-fetch) @@ -20287,7 +20287,7 @@ Emacs that integrate with major modes like Org-mode.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "15z6qq0b0npp7hscmh04i3mi10bynzdy52fv2b160nji264zvcwa")))) + (base32 "0nw3jlx2h9127y9b8mmyrps9jyvr33yz2dr9q33j9fll1b8wapn0")))) (build-system emacs-build-system) (home-page "https://gitlab.com/protesilaos/modus-themes") (synopsis "Emacs themes designed for colour-contrast accessibility") -- 2.26.0