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

* gnu/packages/emacs-xyz.scm (emacs-mint-mode): Update to 1.0.3.
---
 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 0f3b9c7cd4..e8efd7b109 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31950,7 +31950,7 @@ (define-public emacs-kibit-helper
 (define-public emacs-mint-mode
   (package
     (name "emacs-mint-mode")
-    (version "1.0.2")
+    (version "1.0.3")
     (source
      (origin
        (method git-fetch)
@@ -31959,7 +31959,7 @@ (define-public emacs-mint-mode
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1v8mp1k24lzvc0mh9l4k3fwzr4sr87f5p9ahpy7263pcbvcy11vl"))))
+        (base32 "19szk2dhsa0771kbg1ywp0zz8j6akysvwmmrx2bihq8h5j4y23pg"))))
     (build-system emacs-build-system)
     (arguments '(#:include '("\\.el$" "\\.txt$")))
     (home-page "https://github.com/creatorrr/emacs-mint-mode")
-- 
2.37.3





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

* bug#57729: [PATCH] gnu: emacs-mint-mode: Update to 1.0.3.
  2022-09-11 10:47 [bug#57729] [PATCH] gnu: emacs-mint-mode: Update to 1.0.3 jgart via Guix-patches via
@ 2022-09-11 17:36 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-09-11 17:36 UTC (permalink / raw)
  To: jgart via Guix-patches via; +Cc: jgart, 57729-done

Hello,

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

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-11 10:47 [bug#57729] [PATCH] gnu: emacs-mint-mode: Update to 1.0.3 jgart via Guix-patches via
2022-09-11 17:36 ` bug#57729: " 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.