diff options
| -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 538435fdc4d..7d36570ff09 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -6167,14 +6167,14 @@ tifffile, czifile, and other scientific image input/output modules.") | |||
| 6167 | (define-public python-roifile | 6167 | (define-public python-roifile |
| 6168 | (package | 6168 | (package |
| 6169 | (name "python-roifile") | 6169 | (name "python-roifile") |
| 6170 | (version "2020.5.28") | 6170 | (version "2020.11.28") |
| 6171 | (source | 6171 | (source |
| 6172 | (origin | 6172 | (origin |
| 6173 | (method url-fetch) | 6173 | (method url-fetch) |
| 6174 | (uri (pypi-uri "roifile" version)) | 6174 | (uri (pypi-uri "roifile" version)) |
| 6175 | (sha256 | 6175 | (sha256 |
| 6176 | (base32 | 6176 | (base32 |
| 6177 | "1vwbwfsw745gyqymff6dllc5zqjsgqmxaw245sw4an6yw9rcbzc0")))) | 6177 | "04argnc7qccybkrj9ww18bf81ghsghhh93hnqy3p111rcdlyn66p")))) |
| 6178 | (build-system python-build-system) | 6178 | (build-system python-build-system) |
| 6179 | (arguments `(#:tests? #f)) ; there are none | 6179 | (arguments `(#:tests? #f)) ; there are none |
| 6180 | (propagated-inputs | 6180 | (propagated-inputs |
