gnu: emacs-python-black: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-python-black): Update to 1.2.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
9f7d3e56eb
commit
eb2ad29e76
|
@ -8370,7 +8370,7 @@ windows Emacs produces, while still keeping them within arm’s reach.")
|
||||||
(define-public emacs-python-black
|
(define-public emacs-python-black
|
||||||
(package
|
(package
|
||||||
(name "emacs-python-black")
|
(name "emacs-python-black")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8379,8 +8379,7 @@ windows Emacs produces, while still keeping them within arm’s reach.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1x6b67cs7kn8711fxr3fq8y9wcpf9g71asf9wiqfrk2mrfzli6a3"))))
|
||||||
"1cmzc0fa3jj7ajxbqhbsc8jx47k6g223sfd42c4lrqdnmh95760m"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash emacs-reformatter python-black-macchiato))
|
(list emacs-dash emacs-reformatter python-black-macchiato))
|
||||||
|
|
Reference in New Issue