summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2021-04-18 08:33:23 +0200
committerLars-Dominik Braun <lars@6xq.net>2021-04-18 08:36:30 +0200
commitbfb1164a74453b29b255e4f30d1387f3b4e7c2f8 (patch)
tree69519c034175d68abd5b4e955f021b7c9ad4430b /gnu
parentf3f118402d828f5cf149eeb96dbd39b978feb75a (diff)
gnu: python-roifile: Update to 2020.11.28.
* gnu/packages/python-xyz.scm (python-roifile): Update to 2020.11.28.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm4
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