mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
This commit is contained in:
parent
989291a687
commit
dd7e136e13
1 changed files with 18 additions and 20 deletions
|
@ -39011,27 +39011,25 @@ (define-public emacs-org-wild-notifier
|
||||||
"This package provides notification functions for Org Agenda.")))
|
"This package provides notification functions for Org Agenda.")))
|
||||||
|
|
||||||
(define-public emacs-flymake-mypy
|
(define-public emacs-flymake-mypy
|
||||||
(let ((commit "d79e158f9ed3065ab692cd0d4048aac985c4fecd")
|
(package
|
||||||
(revision "0"))
|
(name "emacs-flymake-mypy")
|
||||||
(package
|
(version "0.3.1")
|
||||||
(name "emacs-flymake-mypy")
|
(source (origin
|
||||||
(version "0.3.0")
|
(method git-fetch)
|
||||||
(source (origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/com4/flymake-mypy")
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url "https://github.com/com4/flymake-mypy")
|
(file-name (git-file-name name version))
|
||||||
(commit version)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"1w9bx0ay7jshwflndmf0ix5ghglw57isp2903x3jiv79lkd28xhg"))))
|
||||||
(base32
|
(build-system emacs-build-system)
|
||||||
"1zaa2kljsmm13layqmb7dwd7l2x3a5ymzzmzjjhykc67kbyjvvkk"))))
|
(home-page "https://github.com/com4/flymake-mypy")
|
||||||
(build-system emacs-build-system)
|
(synopsis "Flymake checker for mypy")
|
||||||
(home-page "https://github.com/com4/flymake-mypy")
|
(description
|
||||||
(synopsis "Flymake checker for mypy")
|
"This package provides Flymake support for Python static type checking
|
||||||
(description
|
|
||||||
"This package provides Flymake support for Python static type checking
|
|
||||||
using mypy.")
|
using mypy.")
|
||||||
(license license:bsd-2))))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public emacs-mpv
|
(define-public emacs-mpv
|
||||||
;; No release since Dec 28, 2021.
|
;; No release since Dec 28, 2021.
|
||||||
|
|
Loading…
Reference in a new issue