gnu: python-exif-read: Update to 2.1.2.

* gnu/packages/python.scm (python-exif-read): Update to 2.1.2.
This commit is contained in:
Efraim Flashner 2015-12-25 14:42:51 +02:00
parent 82a3c582a3
commit 2a2d098195
1 changed files with 3 additions and 6 deletions

View File

@ -2046,16 +2046,13 @@ tests written in a natural language style, backed up by Python code.")
(define-public python-exif-read (define-public python-exif-read
(package (package
(name "python-exif-read") (name "python-exif-read")
(version "1.4.2") (version "2.1.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri (pypi-uri "ExifRead" version))
(string-append
"https://pypi.python.org/packages/source/E/ExifRead/ExifRead-"
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"17c627gcdmyc05hz4zk8qs4pjgw6rc68qzjzgz8gh1cmpsd7acf1")))) "1b90jf6m9vxh9nanhpyvqdq7hmfx5iggw1l8kq10jrs6xgr49qkr"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-setuptools" ,python-setuptools))) `(("python-setuptools" ,python-setuptools)))