me
/
guix
Archived
1
0
Fork 0

gnu: python-bleach: Update to 3.1.5.

* gnu/packages/python-xyz.scm (python-bleach): Update to 3.1.5.
master
Tobias Geerinckx-Rice 2020-07-26 19:28:23 +02:00
parent 310f83497d
commit b2c163cec3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -9057,14 +9057,13 @@ Jupyter Notebook format and Python APIs for working with notebooks.")
(define-public python-bleach
(package
(name "python-bleach")
(version "3.1.3")
(version "3.1.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "bleach" version))
(sha256
(base32
"0al437aw4p2xp83az5hhlrp913nsf0cg6kg4qj3fjhv4wakxipzq"))))
(base32 "0jqa8f1ni10cyf4h7sjpf8mbqlcbkyvmsnli77qrxdcxvc7m4k1w"))))
(build-system python-build-system)
(propagated-inputs
`(("python-webencodings" ,python-webencodings)