diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-03 17:48:10 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-30 21:36:09 +0100 |
| commit | 7d4d0512a06e77c06e29f89e573e3aa8701531d4 (patch) | |
| tree | 537b29735d7347ae614c1ab87deeee8015463350 /gnu | |
| parent | f4f8a3a3e965a339243da6704f8cf64200e519d0 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f22b891ba5a..38f5d73c5bf 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -5187,13 +5187,13 @@ structure is left untouched.") | |||
| 5187 | (define-public python-exif-read | 5187 | (define-public python-exif-read |
| 5188 | (package | 5188 | (package |
| 5189 | (name "python-exif-read") | 5189 | (name "python-exif-read") |
| 5190 | (version "2.1.2") | 5190 | (version "3.0.0") |
| 5191 | (source (origin | 5191 | (source (origin |
| 5192 | (method url-fetch) | 5192 | (method url-fetch) |
| 5193 | (uri (pypi-uri "ExifRead" version)) | 5193 | (uri (pypi-uri "ExifRead" version)) |
| 5194 | (sha256 | 5194 | (sha256 |
| 5195 | (base32 | 5195 | (base32 |
| 5196 | "1b90jf6m9vxh9nanhpyvqdq7hmfx5iggw1l8kq10jrs6xgr49qkr")))) | 5196 | "191c7sa0rca8wkspfq8nlfa6davh743mqkzrcayz5gcx2rja7i8a")))) |
| 5197 | (build-system python-build-system) | 5197 | (build-system python-build-system) |
| 5198 | (arguments `(#:tests? #f)) ; no tests | 5198 | (arguments `(#:tests? #f)) ; no tests |
| 5199 | (home-page "https://github.com/ianare/exif-py") | 5199 | (home-page "https://github.com/ianare/exif-py") |
