all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69907] [PATCH] gnu: emacs-extempore-mode: Update to 0.0.0-1.92e0fff.
@ 2024-03-19 23:26 Giacomo Leidi via Guix-patches via
  2024-03-20 17:46 ` bug#69907: " Christopher Baines
  2024-03-25 21:26 ` [bug#69907] " Liliana Marie Prikler
  0 siblings, 2 replies; 3+ messages in thread
From: Giacomo Leidi via Guix-patches via @ 2024-03-19 23:26 UTC (permalink / raw)
  To: 69907
  Cc: Giacomo Leidi, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-extempore-mode): Update to to 0.0.0-1.92e0fff.

Change-Id: I1e4cfebedf5450384e40425619925ecdf7465a64
---
 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 83e79544ee..f2d3d266ee 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5875,7 +5875,7 @@ (define-public emacs-d-mode
 
 (define-public emacs-extempore-mode
   ;; Use the latest commit at time of packaging.  There are no releases or tags.
-  (let ((commit "09518ae6650d7be33a4633a4c0f31b7130d04c6e")
+  (let ((commit "92e0fff482a0a4dc2971c39581c5ea9e84ae5e1c")
         (revision "1"))
     (package
       (name "emacs-extempore-mode")
@@ -5888,7 +5888,7 @@ (define-public emacs-extempore-mode
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0hfza9lzdsz94gxhmzyp9fwviscv19rmnjgd0q613faayn11sjsp"))))
+          (base32 "1chxl2x9wjblhfknx7aa8pgqppc60917n437bxapx4hp3275x16q"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/extemporelang/extempore-emacs-mode")
       (synopsis "Emacs major mode for Extempore source files")

base-commit: b7eb1a8116b2caee7acf26fb963ae998fbdb4253
-- 
2.41.0





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

* bug#69907: [PATCH] gnu: emacs-extempore-mode: Update to 0.0.0-1.92e0fff.
  2024-03-19 23:26 [bug#69907] [PATCH] gnu: emacs-extempore-mode: Update to 0.0.0-1.92e0fff Giacomo Leidi via Guix-patches via
@ 2024-03-20 17:46 ` Christopher Baines
  2024-03-25 21:26 ` [bug#69907] " Liliana Marie Prikler
  1 sibling, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2024-03-20 17:46 UTC (permalink / raw)
  To: Giacomo Leidi; +Cc: 69907-done

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


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

> * gnu/packages/emacs-xyz.scm (emacs-extempore-mode): Update to to 0.0.0-1.92e0fff.
>
> Change-Id: I1e4cfebedf5450384e40425619925ecdf7465a64
> ---
>  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 83e79544ee..f2d3d266ee 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -5875,7 +5875,7 @@ (define-public emacs-d-mode
>  
>  (define-public emacs-extempore-mode
>    ;; Use the latest commit at time of packaging.  There are no releases or tags.
> -  (let ((commit "09518ae6650d7be33a4633a4c0f31b7130d04c6e")
> +  (let ((commit "92e0fff482a0a4dc2971c39581c5ea9e84ae5e1c")
>          (revision "1"))

This revision here should be updated, since that'll make the versions
comparable.

>      (package
>        (name "emacs-extempore-mode")
> @@ -5888,7 +5888,7 @@ (define-public emacs-extempore-mode
>                 (commit commit)))
>           (file-name (git-file-name name version))
>           (sha256
> -          (base32 "0hfza9lzdsz94gxhmzyp9fwviscv19rmnjgd0q613faayn11sjsp"))))
> +          (base32 "1chxl2x9wjblhfknx7aa8pgqppc60917n437bxapx4hp3275x16q"))))
>        (build-system emacs-build-system)
>        (home-page "https://github.com/extemporelang/extempore-emacs-mode")
>        (synopsis "Emacs major mode for Extempore source files")
>
> base-commit: b7eb1a8116b2caee7acf26fb963ae998fbdb4253

I've pushed this to master now as
69951a61a1d8f1f2135ea2dc836738be282b97bc (I forgot to update the commit
message for the version change).

Thanks,

Chris

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

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

* [bug#69907] [PATCH] gnu: emacs-extempore-mode: Update to 0.0.0-1.92e0fff.
  2024-03-19 23:26 [bug#69907] [PATCH] gnu: emacs-extempore-mode: Update to 0.0.0-1.92e0fff Giacomo Leidi via Guix-patches via
  2024-03-20 17:46 ` bug#69907: " Christopher Baines
@ 2024-03-25 21:26 ` Liliana Marie Prikler
  1 sibling, 0 replies; 3+ messages in thread
From: Liliana Marie Prikler @ 2024-03-25 21:26 UTC (permalink / raw)
  To: Giacomo Leidi, 69907; +Cc: Katherine Cox-Buday, Andrew Tropin

Am Mittwoch, dem 20.03.2024 um 00:26 +0100 schrieb Giacomo Leidi:
> * gnu/packages/emacs-xyz.scm (emacs-extempore-mode): Update to to
> 0.0.0-1.92e0fff.
> 
> Change-Id: I1e4cfebedf5450384e40425619925ecdf7465a64
> ---
>  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 83e79544ee..f2d3d266ee 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -5875,7 +5875,7 @@ (define-public emacs-d-mode
>  
>  (define-public emacs-extempore-mode
>    ;; Use the latest commit at time of packaging.  There are no
> releases or tags.
> -  (let ((commit "09518ae6650d7be33a4633a4c0f31b7130d04c6e")
> +  (let ((commit "92e0fff482a0a4dc2971c39581c5ea9e84ae5e1c")
>          (revision "1"))
Don't forget to bump revision!




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

end of thread, other threads:[~2024-03-25 21:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-19 23:26 [bug#69907] [PATCH] gnu: emacs-extempore-mode: Update to 0.0.0-1.92e0fff Giacomo Leidi via Guix-patches via
2024-03-20 17:46 ` bug#69907: " Christopher Baines
2024-03-25 21:26 ` [bug#69907] " Liliana Marie Prikler

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.