diff mbox series

[bug#45060] Upgrade emacs-zenburn-theme to 2.7.0

Message ID EgfJsFfCSxlGJBCQrLipNJ2RWMUQu-GIdHjCk7U8qsVclQJt0-rFnZxqEpGcyKjEQIJzHxQmhw6q1wbLKgmUEzMAJYv2O_dDzbyqlrJPsf0=@protonmail.com
State Accepted
Headers show
Series [bug#45060] Upgrade emacs-zenburn-theme to 2.7.0 | expand

Checks

Context Check Description
cbaines/submitting builds success
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

rdes Dec. 6, 2020, 1:52 a.m. UTC
Hello,

The attached patch upgrades emacs-zenburn-theme to 2.7.0.

Sent with [ProtonMail](https://protonmail.com) Secure Email.

Comments

Nicolas Goaziou Dec. 6, 2020, 2:31 p.m. UTC | #1
Hello,

rdes via Guix-patches via <guix-patches@gnu.org> writes:

> The attached patch upgrades emacs-zenburn-theme to 2.7.0.

Applied. Thank you.

Regards,
diff mbox series

Patch

From 81f10d0a1175e2aec31f9c9eac5073f8fbb29948 Mon Sep 17 00:00:00 2001
From: Ryan Desfosses <rdes@protonmail.com>
Date: Sat, 5 Dec 2020 20:40:13 -0500
Subject: [PATCH] gnu: emacs-zenburn-theme: Update to 2.7.0.

* gnu/packages/emacs-xyz.scm (emacs-zenburn-theme): Update to 2.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 5eb8f7c1ea..ac1655cb8f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6466,7 +6466,7 @@  a RPG style habit tracker and todo list.")
 (define-public emacs-zenburn-theme
   (package
     (name "emacs-zenburn-theme")
-    (version "2.6")
+    (version "2.7.0")
     (source
      (origin
        (method git-fetch)
@@ -6475,7 +6475,7 @@  a RPG style habit tracker and todo list.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1n87r5hs7h5r8dgfid66skpzcypl9hssr9m3npp916g6jfsi782f"))))
+        (base32 "1991s1gz2i3jchf0yvcsjjb5flwn13ifbnnfkqqrxxvy2imfh18q"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/bbatsov/zenburn-emacs")
     (synopsis "Low contrast color theme for Emacs")
-- 
2.29.2