gnu: grim: Update to 1.3.2.
* gnu/packages/image.scm (grim): Update to 1.3.2.
This commit is contained in:
parent
617b4432e2
commit
4f148908d6
1 changed files with 2 additions and 2 deletions
|
@ -1945,7 +1945,7 @@ identical visual appearance.")
|
||||||
(define-public grim
|
(define-public grim
|
||||||
(package
|
(package
|
||||||
(name "grim")
|
(name "grim")
|
||||||
(version "1.3.1")
|
(version "1.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1954,7 +1954,7 @@ identical visual appearance.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fjmjq0ws9rlblkcqxxw2lv7zvvyi618jqzlnz5z9zb477jwdfib"))))
|
(base32 "1l4gwvvc0zvg5b6f6w92xjhmwj7cg9hlgrf43lc7ygaz8dh6cmzg"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
("scdoc" ,scdoc)))
|
("scdoc" ,scdoc)))
|
||||||
|
|
Reference in a new issue