guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-mint-mode: Update to 1.0.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-mint-mode: Update to 1.0.3.
Date: Sun, 11 Sep 2022 13:36:44 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9f780ff4dd gnu: emacs-mint-mode: Update to 1.0.3.
9f780ff4dd is described below

commit 9f780ff4dd3800cd6d4b181b77469bb2d34965ac
Author: jgart <jgart@dismail.de>
AuthorDate: Sun Sep 11 05:47:41 2022 -0500

    gnu: emacs-mint-mode: Update to 1.0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-mint-mode): Update to 1.0.3.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 4606f7d791..7c618171a6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31949,7 +31949,7 @@ for detecting and improve non-idiomatic Clojure source 
code.")
 (define-public emacs-mint-mode
   (package
     (name "emacs-mint-mode")
-    (version "1.0.2")
+    (version "1.0.3")
     (source
      (origin
        (method git-fetch)
@@ -31958,7 +31958,7 @@ for detecting and improve non-idiomatic Clojure source 
code.")
              (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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]