all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71943] [PATCH] gnu: emacs-doom-themes: Update to 2.3.0@188ab05
@ 2024-07-04 19:49 Sergey Trofimov
  2024-07-08  8:32 ` bug#71943: " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Sergey Trofimov @ 2024-07-04 19:49 UTC (permalink / raw
  To: 71943
  Cc: Sergey Trofimov, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to commit
188ab05.
---
 gnu/packages/emacs-xyz.scm | 74 +++++++++++++++++++-------------------
 1 file changed, 38 insertions(+), 36 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 76cd340e5e..162027ccf9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34861,43 +34861,45 @@ (define-public emacs-quasi-monochrome
       (license license:gpl3+))))
 
 (define-public emacs-doom-themes
-  (package
-    (name "emacs-doom-themes")
-    (version "2.3.0")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/hlissner/emacs-doom-themes")
-                    (commit (string-append "v" version))))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32 "120pcas0l1m6w551qxfcl2fx0aysjqp91nn47zdxrr8rs01654wr"))))
-    (build-system emacs-build-system)
-    (native-inputs
-     (list emacs-ert-runner))
-    (arguments
-     (list #:tests? #t
-           #:test-command #~(list "ert-runner")
-           #:modules '((guix build emacs-build-system)
-                       (guix build utils)
-                       (guix build emacs-utils)
-                       (srfi srfi-1))
-           #:phases
-           #~(modify-phases %standard-phases
-               (add-after 'unpack 'move-themes
-                 (lambda _
-                   ;; Move the source files to the top level, which is in the
-                   ;; EMACSLOADPATH.
-                   (for-each (lambda (f)
-                               (rename-file f (basename f)))
-                             (append
-                                 (find-files "./themes" ".*\\.el$")
-                                 (find-files "./extensions" ".*\\.el$"))))))))
-    (synopsis "Wide collection of color themes for Emacs")
-    (description "Emacs-doom-themes contains numerous popular color themes for
+  (let ((commit "188ab05eefe2bdc46b4464aadb4a52ff9cb42f7f")
+        (revision "0"))
+    (package
+      (name "emacs-doom-themes")
+      (version (git-version "2.3.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/doomemacs/themes")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32 "08avm5jfp887r2l77s6i0zn72wlv4kp47b2vzv3kywf3d0gkpgp8"))))
+      (build-system emacs-build-system)
+      (native-inputs
+       (list emacs-ert-runner))
+      (arguments
+       (list #:tests? #t
+             #:test-command #~(list "ert-runner")
+             #:modules '((guix build emacs-build-system)
+                         (guix build utils)
+                         (guix build emacs-utils)
+                         (srfi srfi-1))
+             #:phases
+             #~(modify-phases %standard-phases
+                 (add-after 'unpack 'move-themes
+                   (lambda _
+                     ;; Move the source files to the top level, which is in the
+                     ;; EMACSLOADPATH.
+                     (for-each (lambda (f)
+                                 (rename-file f (basename f)))
+                               (append
+                                (find-files "./themes" ".*\\.el$")
+                                (find-files "./extensions" ".*\\.el$"))))))))
+      (synopsis "Wide collection of color themes for Emacs")
+      (description "Emacs-doom-themes contains numerous popular color themes for
 Emacs that integrate with major modes like Org-mode.")
-    (home-page "https://github.com/hlissner/emacs-doom-themes")
-    (license license:expat)))
+      (home-page "https://github.com/doomemacs/themes")
+      (license license:expat))))
 
 (define-public emacs-modus-themes
   (package

base-commit: eeb24a50d2f1f78095bdb16b40ddb93bb51474bc
prerequisite-patch-id: f9cc903b8048c8c6fde576fbf38ab110263020e3
prerequisite-patch-id: 1bcd992c56c1b094479b842032fc9731315cbf83
-- 
2.45.2





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

* bug#71943: [PATCH] gnu: emacs-doom-themes: Update to 2.3.0@188ab05
  2024-07-04 19:49 [bug#71943] [PATCH] gnu: emacs-doom-themes: Update to 2.3.0@188ab05 Sergey Trofimov
@ 2024-07-08  8:32 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-07-08  8:32 UTC (permalink / raw
  To: 71943-done; +Cc: Sergey Trofimov

Hello,

> * gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to commit
> 188ab05.

Applied. Thank you!

Regards,
-- 
Nicolas Goaziou






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

end of thread, other threads:[~2024-07-08  8:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-04 19:49 [bug#71943] [PATCH] gnu: emacs-doom-themes: Update to 2.3.0@188ab05 Sergey Trofimov
2024-07-08  8:32 ` bug#71943: " Nicolas Goaziou via Guix-patches via

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.