gnu: grim: Update to 1.1.

* gnu/packages/image.scm (grim): Update to 1.1.
master
Tobias Geerinckx-Rice 2019-02-19 15:03:12 +01:00
parent 10db67781f
commit 3d4c4fc2a0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1588,7 +1588,7 @@ identical visual appearance.")
(define-public grim
(package
(name "grim")
(version "1.0")
(version "1.1")
(source
(origin
(method url-fetch)
@ -1596,7 +1596,7 @@ identical visual appearance.")
".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0xkk5nqyp1px0sxz4asmchznc0q39wdx1b67ql741k8aj815km0f"))))
(base32 "1zxj1p5rgrhcq88frq2ccc38b7v0hk22mvqwjs4ykrpyhgkxwir1"))))
(build-system meson-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("cairo" ,cairo)