[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/53: gnu: emacs-flymake-mypy: Update to 0.3.1.
From: |
guix-commits |
Subject: |
31/53: gnu: emacs-flymake-mypy: Update to 0.3.1. |
Date: |
Thu, 22 Feb 2024 10:19:00 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit dd7e136e13391e160fa70923256538c0cb9a9f5d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 13:48:52 2024 +0100
gnu: emacs-flymake-mypy: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-flymake-mypy): Update to 0.3.1.
Change-Id: I98776e44b1f99d57da5f9cff78e71a52966f4cca
---
gnu/packages/emacs-xyz.scm | 38 ++++++++++++++++++--------------------
1 file changed, 18 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 26d630d913..930b1cd10e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -39011,27 +39011,25 @@ into the current buffer.")
"This package provides notification functions for Org Agenda.")))
(define-public emacs-flymake-mypy
- (let ((commit "d79e158f9ed3065ab692cd0d4048aac985c4fecd")
- (revision "0"))
- (package
- (name "emacs-flymake-mypy")
- (version "0.3.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/com4/flymake-mypy")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1zaa2kljsmm13layqmb7dwd7l2x3a5ymzzmzjjhykc67kbyjvvkk"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/com4/flymake-mypy")
- (synopsis "Flymake checker for mypy")
- (description
-"This package provides Flymake support for Python static type checking
+ (package
+ (name "emacs-flymake-mypy")
+ (version "0.3.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/com4/flymake-mypy")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1w9bx0ay7jshwflndmf0ix5ghglw57isp2903x3jiv79lkd28xhg"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/com4/flymake-mypy")
+ (synopsis "Flymake checker for mypy")
+ (description
+ "This package provides Flymake support for Python static type checking
using mypy.")
- (license license:bsd-2))))
+ (license license:bsd-2)))
(define-public emacs-mpv
;; No release since Dec 28, 2021.
- 18/53: gnu: emacs-excorporate: Update to 1.1.2., (continued)
- 18/53: gnu: emacs-excorporate: Update to 1.1.2., guix-commits, 2024/02/22
- 07/53: gnu: font-intel-one-mono: Update to 1.3.0., guix-commits, 2024/02/22
- 09/53: gnu: emacs-cape: Update to 1.3., guix-commits, 2024/02/22
- 16/53: gnu: emacs-eglot: Update to 1.17., guix-commits, 2024/02/22
- 17/53: gnu: emacs-taxy-magit-section: Update to 0.13., guix-commits, 2024/02/22
- 20/53: gnu: emacs-consult: Update to 1.2., guix-commits, 2024/02/22
- 22/53: gnu: emacs-doom-modeline: Update to 4.1.0., guix-commits, 2024/02/22
- 24/53: gnu: emacs-ebib: Update to 2.40.4., guix-commits, 2024/02/22
- 27/53: gnu: emacs-elpher: Update to 3.5.1., guix-commits, 2024/02/22
- 28/53: gnu: emacs-ement: Update to 0.14., guix-commits, 2024/02/22
- 31/53: gnu: emacs-flymake-mypy: Update to 0.3.1.,
guix-commits <=
- 32/53: gnu: emacs-goggles: Update to 0.4., guix-commits, 2024/02/22
- 33/53: gnu: emacs-gptel: Update to 0.7.0., guix-commits, 2024/02/22
- 35/53: gnu: emacs-log4e: Update to 0.4.1., guix-commits, 2024/02/22
- 36/53: gnu: emacs-magit-todos: Update to 1.7.1., guix-commits, 2024/02/22
- 37/53: gnu: emacs-mastodon: Update to 1.0.14., guix-commits, 2024/02/22
- 38/53: gnu: emacs-meow: Update to 1.4.5., guix-commits, 2024/02/22
- 39/53: gnu: emacs-nodejs-repl: Update to 0.2.5., guix-commits, 2024/02/22
- 40/53: gnu: emacs-nodejs-repl: Improve package style., guix-commits, 2024/02/22
- 44/53: gnu: emacs-parent-mode: Run tests., guix-commits, 2024/02/22
- 46/53: gnu: emacs-ox-tufte: Update to 4.0.4., guix-commits, 2024/02/22