gnu: python-imagesize: Update to 1.2.0.

* gnu/packages/python-xyz.scm (python-imagesize): Update to 1.2.0.
This commit is contained in:
Marius Bakke 2020-02-12 20:19:11 +01:00
parent dce9b8b52c
commit 318c6a5aa9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -11791,14 +11791,14 @@ Record Format (DWARF).")
(define-public python-imagesize (define-public python-imagesize
(package (package
(name "python-imagesize") (name "python-imagesize")
(version "1.1.0") (version "1.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "imagesize" version)) (uri (pypi-uri "imagesize" version))
(sha256 (sha256
(base32 (base32
"1dg3wn7qpwmhgqc0r9na2ding1wif9q5spz3j9zn2riwphc2k0zk")))) "1cd24x0vqbd6c8ym1n21qc0aj54mfb7rzdqglmwk9xxixajbbxmi"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/shibukawa/imagesize_py") (home-page "https://github.com/shibukawa/imagesize_py")
(synopsis "Gets image size of files in various formats in Python") (synopsis "Gets image size of files in various formats in Python")