me
/
guix
Archived
1
0
Fork 0

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
Nicolas Graves via Guix-patches via 2022-11-04 08:30:46 +01:00 committed by Nicolas Goaziou
parent 9f7d3e56eb
commit eb2ad29e76
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 3 deletions

View File

@ -8370,7 +8370,7 @@ windows Emacs produces, while still keeping them within arms 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 arms 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))