[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/78: gnu: emacs-flymake-mypy: Update to 0.3.1.
From: |
guix-commits |
Subject: |
48/78: gnu: emacs-flymake-mypy: Update to 0.3.1. |
Date: |
Fri, 23 Feb 2024 03:12:09 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 485e68df49155410fa8a3d63f8a193a8e440f30f
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.
- 33/78: gnu: emacs-eglot: Update to 1.17., (continued)
- 33/78: gnu: emacs-eglot: Update to 1.17., guix-commits, 2024/02/23
- 51/78: gnu: emacs-jinx: Update to 1.2., guix-commits, 2024/02/23
- 74/78: gnu: Add go-go-etcd-io-gofail., guix-commits, 2024/02/23
- 73/78: gnu: tlpui: Fix build., guix-commits, 2024/02/23
- 63/78: gnu: emacs-ox-tufte: Update to 4.0.4., guix-commits, 2024/02/23
- 50/78: gnu: emacs-gptel: Update to 0.7.0., guix-commits, 2024/02/23
- 35/78: gnu: emacs-excorporate: Update to 1.1.2., guix-commits, 2024/02/23
- 77/78: gnu: Remove go-golang-org-x-net-html., guix-commits, 2024/02/23
- 71/78: gnu: gnucobol: Remove pregenerated files., guix-commits, 2024/02/23
- 66/78: gnu: emacs-tempel: Update to 1.1., guix-commits, 2024/02/23
- 48/78: gnu: emacs-flymake-mypy: Update to 0.3.1.,
guix-commits <=
- 69/78: gnu: emacs-visual-fill-column: Update to 2.5.2., guix-commits, 2024/02/23
- 62/78: gnu: emacs-org-fc: Update to 0.5.1., guix-commits, 2024/02/23
- 64/78: gnu: emacs-pg: Update to 0.28., guix-commits, 2024/02/23
- 75/78: gnu: go-go-etcd-io-bbolt: Move to (gnu packages golang-xyz)., guix-commits, 2024/02/23
- 59/78: gnu: emacs-osm: Update to 1.3., guix-commits, 2024/02/23
- 70/78: gnu: emacs-yeetube: Update to 2.1.2., guix-commits, 2024/02/23
- 54/78: gnu: emacs-mastodon: Update to 1.0.14., guix-commits, 2024/02/23
- 55/78: gnu: emacs-meow: Update to 1.4.5., guix-commits, 2024/02/23
- 34/78: gnu: emacs-taxy-magit-section: Update to 0.13., guix-commits, 2024/02/23
- 43/78: gnu: emacs-eldev: Update to 1.8.2., guix-commits, 2024/02/23