diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-06-25 20:46:28 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-07-23 15:30:16 -0300 |
| commit | b9531036d2931c80d251767c44635b563efaa82f (patch) | |
| tree | e0998677e6cc692f18a11061029828e8e3856d21 /gnu/packages/python-xyz.scm | |
| parent | 4488ed60db1ddf28f60ad27f7fca60346bc588e0 (diff) | |
gnu: python-exif-read: Update to 3.3.2.
* gnu/packages/python-xyz.scm (python-exif-read): Update to 3.3.2.
[source]: Update URI.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: If6ec19f061f6e3d64550bba307616b7f1c545c0e
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index dc8136cd54..02cf7a39e5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6768,15 +6768,16 @@ structure is left untouched.") (define-public python-exif-read (package (name "python-exif-read") - (version "3.0.0") + (version "3.3.2") (source (origin (method url-fetch) - (uri (pypi-uri "ExifRead" version)) + (uri (pypi-uri "exifread" version)) (sha256 (base32 - "191c7sa0rca8wkspfq8nlfa6davh743mqkzrcayz5gcx2rja7i8a")))) - (build-system python-build-system) + "0n0knxfl30riszkbwrq18lxm2f2wsrpj2piwv6jn6bnm9mbadij5")))) + (build-system pyproject-build-system) (arguments `(#:tests? #f)) ; no tests + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/ianare/exif-py") (synopsis "Python library to extract EXIF data from image files") (description |
