mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gimp-next: Update to 3.0.0-RC3.
* gnu/packages/gimp.scm (gimp-next): Update to 3.0.0-RC3. Change-Id: I547ee940f69c3720569c5a4038731309c5525036
This commit is contained in:
parent
125a23cee1
commit
e078654143
1 changed files with 2 additions and 2 deletions
|
@ -425,7 +425,7 @@ that is extensible via a plugin system.")
|
||||||
(package
|
(package
|
||||||
(inherit gimp)
|
(inherit gimp)
|
||||||
(name "gimp-next")
|
(name "gimp-next")
|
||||||
(version "3.0.0-RC2")
|
(version "3.0.0-RC3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -433,7 +433,7 @@ that is extensible via a plugin system.")
|
||||||
(version-major+minor version)
|
(version-major+minor version)
|
||||||
"/gimp-" version ".tar.xz"))
|
"/gimp-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dwxdml6sh1gv9rwl9pp02gla4dzp43mgcxjz11mbkl0y5nzklpl"))))
|
(base32 "1v1qgq7yy6q4vkdm9qzhsw6w7lxbmfb4g2016lzkl29dy9y55yv1"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:modules `((ice-9 popen)
|
(list #:modules `((ice-9 popen)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue