mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: graphicsmagick: Update to 1.3.36.
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.36. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
20dda76dfa
commit
c369e032ad
1 changed files with 2 additions and 2 deletions
|
@ -189,7 +189,7 @@ (define-public perl-image-magick
|
|||
(define-public graphicsmagick
|
||||
(package
|
||||
(name "graphicsmagick")
|
||||
(version "1.3.35")
|
||||
(version "1.3.36")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -202,7 +202,7 @@ (define-public graphicsmagick
|
|||
"/GraphicsMagick-" version ".tar.xz")))
|
||||
(sha256
|
||||
(base32
|
||||
"0l024l4hawm9s3jqrgi2j0lxgm61dqh8sgkj1017ma7y11hqv2hq"))))
|
||||
"0ilg6fkppb4avzais1dvi3qf6ln7v3mzj7gjm83w7pwwfpg3ynsx"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue