mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-pillow: Update to 3.0.0.
* gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.0.0.
This commit is contained in:
parent
b00150641a
commit
7fbee931a5
1 changed files with 2 additions and 2 deletions
|
@ -3604,7 +3604,7 @@ (define-public python2-elib.intl
|
|||
(define-public python-pillow
|
||||
(package
|
||||
(name "python-pillow")
|
||||
(version "2.8.1")
|
||||
(version "3.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3612,7 +3612,7 @@ (define-public python-pillow
|
|||
"Pillow/Pillow-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15n92axxph2s3kvg68bki9gv3nzwgq7130kp7wbblpi1l0cc2q47"))))
|
||||
"1fsl6sywd4f4axvbpy5h5h26l6w8592j0f1wcnj1hmgy83svwl5d"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-setuptools" ,python-setuptools)
|
||||
|
|
Loading…
Reference in a new issue