all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61993] [PATCH] gnu: Update emacs-ement to 0.6.
@ 2023-03-06  3:58 jgart via Guix-patches via
  2023-03-08 14:53 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2023-03-06  3:58 UTC (permalink / raw)
  To: 61993; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.6.
---
 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 3f7fcf4481..f1bd14582c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -108,7 +108,7 @@
 ;;; Copyright © 2021, 2022 Taiju HIGASHI <higashi@taiju.info>
 ;;; Copyright © 2022 Brandon Lucas <br@ndon.dk>
 ;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
-;;; Copyright © 2022 jgart <jgart@dismail.de>
+;;; Copyright © 2022, 2023 jgart <jgart@dismail.de>
 ;;; Copyright © 2022 Dominic Martinez <dom@dominicm.dev>
 ;;; Copyright © 2022 Peter Polidoro <peter@polidoro.io>
 ;;; Copyright © 2022 Luis Felipe López Acevedo <luis.felipe.la@protonmail.com>
@@ -18588,7 +18588,7 @@ (define-public emacs-plz
 (define-public emacs-ement
   (package
     (name "emacs-ement")
-    (version "0.5.2")
+    (version "0.6")
     (source
      (origin
        (method git-fetch)
@@ -18597,7 +18597,7 @@ (define-public emacs-ement
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1gc5b0mzh4a4xxbzfgjx5m830rymnf93qn2k5jvj7kmwnh15w89h"))))
+        (base32 "1d4rnzsp81ixvl0xrl5a5w142wr9c92g8aiwflx4xnksr34p90ff"))))
     (build-system emacs-build-system)
     (arguments
      `(#:emacs ,emacs))               ;need libxml support
-- 
2.39.1





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

* [bug#61993] [PATCH] gnu: Update emacs-ement to 0.6.
  2023-03-06  3:58 [bug#61993] [PATCH] gnu: Update emacs-ement to 0.6 jgart via Guix-patches via
@ 2023-03-08 14:53 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-03-08 14:53 UTC (permalink / raw)
  To: 61993; +Cc: 61993-done, jgart

Hello,

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

> * gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.6.

Applied (I actually bumped it to 0.7 in the process). Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2023-03-08 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-06  3:58 [bug#61993] [PATCH] gnu: Update emacs-ement to 0.6 jgart via Guix-patches via
2023-03-08 14:53 ` 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.