mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 21:29:09 -05:00
gnu: python-pillow: Update to 9.2.0.
* gnu/packages/python-xyz.scm (python-pillow): Update to 9.2.0.
This commit is contained in:
parent
d33f051740
commit
5b48591176
1 changed files with 2 additions and 2 deletions
|
@ -6855,13 +6855,13 @@ (define-public python-pikepdf
|
||||||
(define-public python-pillow
|
(define-public python-pillow
|
||||||
(package
|
(package
|
||||||
(name "python-pillow")
|
(name "python-pillow")
|
||||||
(version "9.0.0")
|
(version "9.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Pillow" version))
|
(uri (pypi-uri "Pillow" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gjry0yqryd2678sm47jhdnbghzxn5wk8pgyaqwr4qi7x5ijjvpf"))
|
"011wgm1mssjchpva9wsi2a07im9czyjvik137xlp5f0g7vykdrkm"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet '(begin
|
(snippet '(begin
|
||||||
(delete-file-recursively "src/thirdparty")))))
|
(delete-file-recursively "src/thirdparty")))))
|
||||||
|
|
Loading…
Reference in a new issue