mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: python-roifile: Update to 2020.11.28.
* gnu/packages/python-xyz.scm (python-roifile): Update to 2020.11.28.
This commit is contained in:
parent
f3f118402d
commit
bfb1164a74
1 changed files with 2 additions and 2 deletions
|
@ -6167,14 +6167,14 @@ (define-public python-imagecodecs
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue