mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
afec3c9b09
commit
e019ea22b4
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue