mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
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:
parent
ea9276dea3
commit
b6c3e2463e
1 changed files with 2 additions and 2 deletions
|
@ -6616,7 +6616,7 @@ (define-public emacs-popup
|
||||||
(define-public emacs-python-black
|
(define-public emacs-python-black
|
||||||
(package
|
(package
|
||||||
(name "emacs-python-black")
|
(name "emacs-python-black")
|
||||||
(version "1.0.0")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6626,7 +6626,7 @@ (define-public emacs-python-black
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fjnd85nlkck156dj6cahk8chhgkbgl2kwywqzi8bl4yj700m4dk"))))
|
"1cmzc0fa3jj7ajxbqhbsc8jx47k6g223sfd42c4lrqdnmh95760m"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
|
|
Loading…
Reference in a new issue