gnu: emacs-python-black: Update to 1.1.0.

* gnu/packages/emacs-xyz.scm (emacs-python-black): Update to 1.1.0.
This commit is contained in:
Nicolas Goaziou 2021-05-29 16:03:10 +02:00
parent ea9276dea3
commit b6c3e2463e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6616,7 +6616,7 @@ (define-public emacs-popup
(define-public emacs-python-black
(package
(name "emacs-python-black")
(version "1.0.0")
(version "1.1.0")
(source
(origin
(method git-fetch)
@ -6626,7 +6626,7 @@ (define-public emacs-python-black
(file-name (git-file-name name version))
(sha256
(base32
"0fjnd85nlkck156dj6cahk8chhgkbgl2kwywqzi8bl4yj700m4dk"))))
"1cmzc0fa3jj7ajxbqhbsc8jx47k6g223sfd42c4lrqdnmh95760m"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)