all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71322] [PATCH] gnu: emacs-ef-themes: Update to 1.7.0.
@ 2024-06-02 11:06 David Wilson
  2024-06-11 11:39 ` bug#71322: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: David Wilson @ 2024-06-02 11:06 UTC (permalink / raw)
  To: 71322
  Cc: David Wilson, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* 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(-)

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")

base-commit: d82e36591e4bbedb20131cba702ad677f39de954
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71322: [PATCH] gnu: emacs-ef-themes: Update to 1.7.0.
  2024-06-02 11:06 [bug#71322] [PATCH] gnu: emacs-ef-themes: Update to 1.7.0 David Wilson
@ 2024-06-11 11:39 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-06-11 11:39 UTC (permalink / raw)
  To: David Wilson
  Cc: 71322-done, Katherine Cox-Buday, Liliana Marie Prikler,
	Andrew Tropin

[-- Attachment #1: Type: text/plain, Size: 579 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-11 16:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-02 11:06 [bug#71322] [PATCH] gnu: emacs-ef-themes: Update to 1.7.0 David Wilson
2024-06-11 11:39 ` bug#71322: " Christopher Baines

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.