mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 00:18:29 +01:00
gnu: grim: Update to 1.2.0.
* gnu/packages/image.scm (grim): Update to 1.2.0.
This commit is contained in:
parent
7d5113e50e
commit
501d4b335a
1 changed files with 2 additions and 2 deletions
|
@ -1600,7 +1600,7 @@ (define-public jp2a
|
||||||
(define-public grim
|
(define-public grim
|
||||||
(package
|
(package
|
||||||
(name "grim")
|
(name "grim")
|
||||||
(version "1.1")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1609,7 +1609,7 @@ (define-public grim
|
||||||
(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 "1bcvkggqszcwy6hg8g4mch3yr25ic0baafbd90af5s5mrhrjxxxz"))))
|
(base32 "0brljl4zfbn5mh9hkfrfkvd27c5y9vdkgap9r1hrfy9r1x20sskn"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(inputs `(("cairo" ,cairo)
|
(inputs `(("cairo" ,cairo)
|
||||||
|
|
Loading…
Reference in a new issue