mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: python-bleach: Update to 3.1.1 [fixes CVE-2020-6802].
* gnu/packages/python-xyz.scm (python-bleach): Update to 3.1.1.
This commit is contained in:
parent
3a399a241a
commit
e6daf515ed
1 changed files with 2 additions and 2 deletions
|
@ -7686,14 +7686,14 @@ (define-public python2-nbformat
|
|||
(define-public python-bleach
|
||||
(package
|
||||
(name "python-bleach")
|
||||
(version "3.1.0")
|
||||
(version "3.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "bleach" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yhrgrhkln8bd6gn3imj69g1h4xqah9gaz9q26crqr6gmmvpzprz"))))
|
||||
"0j4xlnw99m1xy0s7wxz9fk5f3c1n8r296fh75jn5p5j61w6qg2xa"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-webencodings" ,python-webencodings)
|
||||
|
|
Loading…
Reference in a new issue