summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Milosavljevic <[email protected]>2025-02-20 20:32:56 +0100
committerDanny Milosavljevic <[email protected]>2025-02-20 21:07:24 +0100
commite078654143a096fb790e3b1cef46b576a9abdc2d (patch)
tree1158d0a705da7f7d3a123978d4427854a25883eb
parent125a23cee1d2975299570d1e98949a174f343dc5 (diff)
gnu: gimp-next: Update to 3.0.0-RC3.
* gnu/packages/gimp.scm (gimp-next): Update to 3.0.0-RC3. Change-Id: I547ee940f69c3720569c5a4038731309c5525036
-rw-r--r--gnu/packages/gimp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 43bbe37d39..4b2713e247 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -425,7 +425,7 @@ that is extensible via a plugin system.")
(package
(inherit gimp)
(name "gimp-next")
- (version "3.0.0-RC2")
+ (version "3.0.0-RC3")
(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 "1dwxdml6sh1gv9rwl9pp02gla4dzp43mgcxjz11mbkl0y5nzklpl"))))
+ (base32 "1v1qgq7yy6q4vkdm9qzhsw6w7lxbmfb4g2016lzkl29dy9y55yv1"))))
(build-system meson-build-system)
(arguments
(list #:modules `((ice-9 popen)