all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59332] [PATCH] gnu: emacs-purs-mode: Update to 1655338.
@ 2022-11-17  6:32 jgart via Guix-patches via
  2022-11-17 11:49 ` bug#59332: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-11-17  6:32 UTC (permalink / raw)
  To: 59332; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-purs-mode): Update to 1655338.
---
 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 1e3f5643e8..7db20c88c4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33612,8 +33612,8 @@ (define-public emacs-consult-lsp
 (define-public emacs-purs-mode
   ;; XXX: Upstream set no tag nor any Version keyword.  Using 0 as the base
   ;; version.
-  (let ((commit "d29f1021787a90d0fd3eb0af625958abb7f7506b")
-        (revision "0"))
+  (let ((commit "16553383915cf453747a491715ed0427c107cc9e")
+        (revision "1"))
     (package
       (name "emacs-purs-mode")
       (version (git-version "0" revision commit))
@@ -33626,7 +33626,7 @@ (define-public emacs-purs-mode
            (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0r7219ysf3hsjnan30hidf8jamcqsz36pkcmnhknff0c6dpwbnpx"))))
+          (base32 "0174p0g38jd34jwpww7zgh48i3lkhqrnrxz8ca09idz4adri38z7"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/PureFunctor/purs-mode/")
       (synopsis "PureScript major mode for Emacs")
-- 
2.38.1





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

* bug#59332: [PATCH] gnu: emacs-purs-mode: Update to 1655338.
  2022-11-17  6:32 [bug#59332] [PATCH] gnu: emacs-purs-mode: Update to 1655338 jgart via Guix-patches via
@ 2022-11-17 11:49 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-11-17 11:49 UTC (permalink / raw)
  To: jgart via Guix-patches via; +Cc: jgart, 59332-done

Hello,

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

> * gnu/packages/emacs-xyz.scm (emacs-purs-mode): Update to 1655338.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-11-17 11:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17  6:32 [bug#59332] [PATCH] gnu: emacs-purs-mode: Update to 1655338 jgart via Guix-patches via
2022-11-17 11:49 ` bug#59332: " Nicolas Goaziou

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.