GNU bug report logs -
#57729
[PATCH] gnu: emacs-mint-mode: Update to 1.0.3.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Sun, 11 Sep 2022 10:49:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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
This bug report was last modified 2 years and 309 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.