all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 74482@debbugs.gnu.org
Cc: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com,
	vivien@planete-kraus.eu
Subject: [bug#74482] [PATCH 3/3] gnu: gimp-next: Update to 3.0.0-RC1.
Date: Fri, 22 Nov 2024 17:30:00 +0100	[thread overview]
Message-ID: <ce7d6d684d7816d23a4124a62e2eea55946e8de8.1732293873.git.liliana.prikler@gmail.com> (raw)
In-Reply-To: <cover.1732293873.git.liliana.prikler@gmail.com>

* gnu/packages/gimp.scm (gimp-next): Update to 3.0.0-RC1.
[inputs]: Add python-pygobject.
---
 gnu/packages/gimp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 4960e58846..d7e680a790 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -424,7 +424,7 @@ (define-public gimp-next
   (package
     (inherit gimp)
     (name "gimp-next")
-    (version "2.99.18")
+    (version "3.0.0-RC1")
     (source
      (origin
        (method url-fetch)
@@ -432,7 +432,7 @@ (define-public gimp-next
                            (version-major+minor version)
                            "/gimp-" version ".tar.xz"))
        (sha256
-        (base32 "0vnvdl7x88njyyxkbgdbhz6jwz1qasrxh0fpwk6x1m609alvf6wc"))))
+        (base32 "0rpvbyfd6fyaz4bz9isr9h0l0ckz741p0hgkmagpi3p3qmjb5l5k"))))
     (build-system meson-build-system)
     (arguments
      (list #:modules `((ice-9 popen)
@@ -459,7 +459,7 @@ (define-public gimp-next
     (inputs (modify-inputs (package-inputs gimp)
               (replace "gtk+" gtk+)
               (prepend libxmu libxt)
-              (prepend python gjs)
+              (prepend python python-pygobject gjs)
               (prepend libxslt)))
     (native-inputs (modify-inputs (package-native-inputs gimp)
                      (prepend appstream-glib
-- 
2.46.0





  parent reply	other threads:[~2024-11-22 20:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-22 16:44 [bug#74482] [PATCH 0/3] Update gimp-next to 3.0.0-RC1 Liliana Marie Prikler
2024-11-22 16:30 ` [bug#74482] [PATCH 2/3] gnu: gegl: Update to 0.4.50 Liliana Marie Prikler
2024-11-22 16:30 ` Liliana Marie Prikler [this message]
2024-11-22 16:30 ` [bug#74482] [PATCH 1/3] gnu: babl: Update to 0.1.110 Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ce7d6d684d7816d23a4124a62e2eea55946e8de8.1732293873.git.liliana.prikler@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=74482@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    --cc=vivien@planete-kraus.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.