mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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 @@ (define-public jp2a
|
|||
(define-public grim
|
||||
(package
|
||||
(name "grim")
|
||||
(version "1.3.1")
|
||||
(version "1.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1954,7 +1954,7 @@ (define-public grim
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0fjmjq0ws9rlblkcqxxw2lv7zvvyi618jqzlnz5z9zb477jwdfib"))))
|
||||
(base32 "1l4gwvvc0zvg5b6f6w92xjhmwj7cg9hlgrf43lc7ygaz8dh6cmzg"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
("scdoc" ,scdoc)))
|
||||
|
|
Loading…
Reference in a new issue