mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gegl: Update to 0.4.56.
* gnu/packages/gimp.scm (gegl): Update to 0.4.56. Change-Id: Ia3ec569acc9112f199cd7474c3d14b08cdd4f2b5
This commit is contained in:
parent
fc49e6ae70
commit
afec3c9b09
1 changed files with 2 additions and 2 deletions
|
@ -224,7 +224,7 @@ provided, as well as a framework to add new color models and data types.")
|
|||
(define-public gegl
|
||||
(package
|
||||
(name "gegl")
|
||||
(version "0.4.54")
|
||||
(version "0.4.56")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -238,7 +238,7 @@ provided, as well as a framework to add new color models and data types.")
|
|||
(version-major+minor version)
|
||||
"/gegl-" version ".tar.xz")))
|
||||
(sha256
|
||||
(base32 "07lb4czm99kcgnqhnz21ybfcy1z3qj7p9d9cxsnpjhvbikq458rm"))))
|
||||
(base32 "0p6cscnjlpcv123rgkjj5ks43jxkbryiqh23aspcjnlv1ywn8jm0"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue