guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-flymake-mypy: Update to 0.3.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-flymake-mypy: Update to 0.3.0.
Date: Thu, 24 Nov 2022 17:46:34 -0500

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 94907932b8 gnu: emacs-flymake-mypy: Update to 0.3.0.
94907932b8 is described below

commit 94907932b8492a9b8373b09c335e0a228427cc83
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Nov 24 23:45:05 2022 +0100

    gnu: emacs-flymake-mypy: Update to 0.3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-flymake-mypy): Update to 0.3.0.
---
 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 3f6f69c3c4..3db632d4a3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34026,16 +34026,16 @@ into the current buffer.")
         (revision "0"))
     (package
       (name "emacs-flymake-mypy")
-      (version (git-version "0.2.0" revision commit))
+      (version "0.3.0")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
                       (url "https://github.com/com4/flymake-mypy";)
-                      (commit commit)))
+                      (commit version)))
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "124pfa1kwrapwylbrvkzg3jwcmlsvfklg33ms9ki32khvglmff5h"))))
+                  "1zaa2kljsmm13layqmb7dwd7l2x3a5ymzzmzjjhykc67kbyjvvkk"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/com4/flymake-mypy";)
       (synopsis "Flymake checker for mypy")



reply via email to

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