gnu: gimp-next: Update to 3.0.0.

* gnu/packages/gimp.scm (gimp-next): Update to 3.0.0.

Change-Id: Ic84cd643c5cdb96f0fd1f1dded07e0616736513b
This commit is contained in:
Ricardo Wurmus 2025-03-18 07:19:35 +01:00
parent afec3c9b09
commit e019ea22b4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -425,7 +425,7 @@ that is extensible via a plugin system.")
(package
(inherit gimp)
(name "gimp-next")
(version "3.0.0-RC3")
(version "3.0.0")
(source
(origin
(method url-fetch)
@ -433,7 +433,7 @@ that is extensible via a plugin system.")
(version-major+minor version)
"/gimp-" version ".tar.xz"))
(sha256
(base32 "1v1qgq7yy6q4vkdm9qzhsw6w7lxbmfb4g2016lzkl29dy9y55yv1"))))
(base32 "081d3n88fcly67qmp0zf4a1b5r5vdj4gnj9cwp0cmn0vklywmwck"))))
(build-system meson-build-system)
(arguments
(list #:modules `((ice-9 popen)