guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f23dfb2be8aa1dbb634333e48af762258622da4f
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 15:11:21 2026 +0100

    gnu: emacs-flymake-mypy: Update to 0.3.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-flymake-mypy): Update to 0.3.2.
    
    Change-Id: Ife9bf1d84311af549d226271bd935c6cbc6aa106
---
 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 1e56f0afb9..56f16b2a0f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -46791,7 +46791,7 @@ into the current buffer.")
 (define-public emacs-flymake-mypy
   (package
     (name "emacs-flymake-mypy")
-    (version "0.3.1")
+    (version "0.3.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -46800,7 +46800,7 @@ into the current buffer.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1w9bx0ay7jshwflndmf0ix5ghglw57isp2903x3jiv79lkd28xhg"))))
+                "101pplcspdr54kka34dnqcrw1n98wym2q5kmx4b9zz8m0j4kbkhh"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/com4/flymake-mypy";)
     (synopsis "Flymake checker for mypy")

Reply via email to