Archived
1
0
Fork 0

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:
Sharlatan Hellseher 2024-04-03 17:48:10 +01:00
parent f4f8a3a3e9
commit 7d4d0512a0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")