me
/
guix
Archived
1
0
Fork 0

gnu: python-roifile: Update to 2020.11.28.

* gnu/packages/python-xyz.scm (python-roifile): Update to 2020.11.28.
master
Lars-Dominik Braun 2021-04-18 08:33:23 +02:00
parent f3f118402d
commit bfb1164a74
No known key found for this signature in database
GPG Key ID: F663943E08D8092A
1 changed files with 2 additions and 2 deletions

View File

@ -6167,14 +6167,14 @@ tifffile, czifile, and other scientific image input/output modules.")
(define-public python-roifile
(package
(name "python-roifile")
(version "2020.5.28")
(version "2020.11.28")
(source
(origin
(method url-fetch)
(uri (pypi-uri "roifile" version))
(sha256
(base32
"1vwbwfsw745gyqymff6dllc5zqjsgqmxaw245sw4an6yw9rcbzc0"))))
"04argnc7qccybkrj9ww18bf81ghsghhh93hnqy3p111rcdlyn66p"))))
(build-system python-build-system)
(arguments `(#:tests? #f)) ; there are none
(propagated-inputs