mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
|
(define-public python-exif-read
|
||||||
(package
|
(package
|
||||||
(name "python-exif-read")
|
(name "python-exif-read")
|
||||||
(version "2.1.2")
|
(version "3.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ExifRead" version))
|
(uri (pypi-uri "ExifRead" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b90jf6m9vxh9nanhpyvqdq7hmfx5iggw1l8kq10jrs6xgr49qkr"))))
|
"191c7sa0rca8wkspfq8nlfa6davh743mqkzrcayz5gcx2rja7i8a"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments `(#:tests? #f)) ; no tests
|
(arguments `(#:tests? #f)) ; no tests
|
||||||
(home-page "https://github.com/ianare/exif-py")
|
(home-page "https://github.com/ianare/exif-py")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue