This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 36fe919cd8 gnu: gitg: Update to 50.
36fe919cd8 is described below

commit 36fe919cd8c756468f3a5a70a574b6a5323973ba
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Aug 31 14:11:20 2026 +0900

    gnu: gitg: Update to 50.
    
    * gnu/packages/gnome.scm (gitg): Update to 50.
    [#:phases] {patch-sources}: New.
    [inputs]: Delete libsoup-minimal-2.
---
 gnu/packages/gnome.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9904c0d4d3..99751228fc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12745,7 +12745,7 @@ higher level porcelain stuff.")
 (define-public gitg
   (package
     (name "gitg")
-    (version "44")
+    (version "50")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -12753,7 +12753,7 @@ higher level porcelain stuff.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0c152c1vrkckqkfq3862c02fxp2scv7f7lqv6k6p35mb9ml32ail"))))
+                "0m41bac4x4nn3fiimik224filgnbrrinw0xhp654xk90d6l1c4ik"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -12767,6 +12767,12 @@ higher level porcelain stuff.")
                 (("'python'") ; there are no python sources to compile
                  (string-append "'" (which "true") "'"))
                 (("gtk-update-icon-cache") (which "true")))))
+          (add-after 'unpack 'patch-sources
+            (lambda _
+              ;; TODO: Remove when updating to next release (see:
+              ;; <https://gitlab.gnome.org/GNOME/gitg/-/merge_requests/410>).
+              (substitute* "gitg/gitg-result-dialog.vala"
+                (("\\\\u001b") "\x1b"))))
           (add-after 'unpack 'fix-test-sources
             (lambda _
               (substitute* "tests/libgitg/test-commit.vala"
@@ -12791,7 +12797,6 @@ higher level porcelain stuff.")
            libhandy
            libpeas
            libsecret
-           libsoup-minimal-2
            libxml2))
     (native-inputs
      (list `(,glib "bin")

Reply via email to