gnu: python-imagesize: Update to 1.1.0.

* gnu/packages/python.scm (python-imagesize): Update to 1.1.0.
master
Efraim Flashner 2019-01-06 09:46:19 +02:00
parent 46930b7ea9
commit 36df69d6fe
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -10895,14 +10895,14 @@ Record Format (DWARF).")
(define-public python-imagesize (define-public python-imagesize
(package (package
(name "python-imagesize") (name "python-imagesize")
(version "1.0.0") (version "1.1.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
"05b3p62r7rbcvvbk5vknr3bhcq9b2airysn6ric534mng136wcjv")))) "1dg3wn7qpwmhgqc0r9na2ding1wif9q5spz3j9zn2riwphc2k0zk"))))
(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")