gnu: python-exif-read: Update to 3.0.0.
* gnu/packages/python-xyz.scm (python-exif-read): Update to 3.0.0. Change-Id: I19e0a19041aa943a9f3ecf262077328d52ef4d1d
This commit is contained in:
parent
f4f8a3a3e9
commit
7d4d0512a0
1 changed files with 2 additions and 2 deletions
|
@ -5187,13 +5187,13 @@ structure is left untouched.")
|
|||
(define-public python-exif-read
|
||||
(package
|
||||
(name "python-exif-read")
|
||||
(version "2.1.2")
|
||||
(version "3.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ExifRead" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1b90jf6m9vxh9nanhpyvqdq7hmfx5iggw1l8kq10jrs6xgr49qkr"))))
|
||||
"191c7sa0rca8wkspfq8nlfa6davh743mqkzrcayz5gcx2rja7i8a"))))
|
||||
(build-system python-build-system)
|
||||
(arguments `(#:tests? #f)) ; no tests
|
||||
(home-page "https://github.com/ianare/exif-py")
|
||||
|
|
Reference in a new issue