[bug#71322] gnu: emacs-ef-themes: Update to 1.7.0.

Message ID ebd64a4c918ba1deebc4da0076b24782bb452805.1717326369.git.david@daviwil.com
State New
Headers
Series [bug#71322] gnu: emacs-ef-themes: Update to 1.7.0. |

Commit Message

David Wilson June 2, 2024, 11:06 a.m. UTC
  * gnu/packages/emacs-xyz.scm (emacs-ef-themes): Update to 1.7.0.

Change-Id: I768a82eee884b1ea21c9d3b3fc693f9fe06e8abe
---

Hey Guix!

This change updates the Git repo URL for Prot's ef-themes package to GitHub
since all of his repos have been moved there now.  It also bumps the package
version to 1.7.0.

Thanks!

David

 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: d82e36591e4bbedb20131cba702ad677f39de954
  

Comments

Christopher Baines June 11, 2024, 11:39 a.m. UTC | #1
David Wilson <david@daviwil.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-ef-themes): Update to 1.7.0.
>
> Change-Id: I768a82eee884b1ea21c9d3b3fc693f9fe06e8abe
> ---
>
> Hey Guix!
>
> This change updates the Git repo URL for Prot's ef-themes package to GitHub
> since all of his repos have been moved there now.  It also bumps the package
> version to 1.7.0.
>
> Thanks!
>
> David
>
>  gnu/packages/emacs-xyz.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Looks good to me, I've pushed this to master as
cef0707221e1760c678697c55e291289c5592858.

Chris
  

Patch

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 75ea4d3a19..6ec48c1bf4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6948,17 +6948,17 @@  (define-public emacs-ecukes
 (define-public emacs-ef-themes
   (package
     (name "emacs-ef-themes")
-    (version "1.4.0")
+    (version "1.7.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://git.sr.ht/~protesilaos/ef-themes")
+             (url "https://github.com/protesilaos/ef-themes")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "029pcca3ppbs22isym2hi3zzynmvk5dg7jcimpm7nd8m4qk46f49"))))
+         "0m7l3f4mn8xi4hv38fkm21xhs0idpb9idkj1ci0jnmcl5x6ggzxn"))))
     (build-system emacs-build-system)
     (home-page "https://git.sr.ht/~protesilaos/ef-themes")
     (synopsis "Colorful and legible themes")