gnu: mcomix: Update to 2.0.2.
* gnu/packages/image-viewers.scm (mcomix): Update to 2.0.2.
This commit is contained in:
parent
45f5feb279
commit
8ac8ca3252
1 changed files with 2 additions and 2 deletions
|
@ -613,7 +613,7 @@ imaging. It supports several HDR and LDR image formats, and it can:
|
||||||
(define-public mcomix
|
(define-public mcomix
|
||||||
(package
|
(package
|
||||||
(name "mcomix")
|
(name "mcomix")
|
||||||
(version "2.0.1")
|
(version "2.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -621,7 +621,7 @@ imaging. It supports several HDR and LDR image formats, and it can:
|
||||||
"mcomix-" version ".tar.gz"))
|
"mcomix-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"187ca815vxb2in1ryvfiaf1zapi0bc9jxdac3c1bky0kr6x7xyap"))))
|
"0n0akk3njsm0paqxfbxqycwhwy6smjg0rhlcz5r7r82n7rqx0f7g"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list p7zip python python-pillow python-pygobject python-pycairo gtk+))
|
(list p7zip python python-pillow python-pygobject python-pycairo gtk+))
|
||||||
|
|
Reference in a new issue