guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: dino: Replace 'pango-next' with 'pango'.


From: guix-commits
Subject: 03/03: gnu: dino: Replace 'pango-next' with 'pango'.
Date: Thu, 2 Mar 2023 15:53:58 -0500 (EST)

civodul pushed a commit to branch core-updates
in repository guix.

commit f073a850c9aef581dfc03694db23bdc4f170bc1a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Mar 2 21:47:50 2023 +0100

    gnu: dino: Replace 'pango-next' with 'pango'.
    
    This is a followup to the merge commit in
    7df09ee0ab3e7962ef27859ce87e06a323059284.  'pango-next' was removed in
    dc5fc7d23f0a4b62f8542bb24abb7ac1b589168d on 'core-updates'.
    
    * gnu/packages/messaging.scm (dino)[inputs]: Replace 'pango-next' with
    'pango'.
---
 gnu/packages/messaging.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index a07c7f7e9e..4d35bc8cca 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1395,7 +1395,7 @@ Encryption to Gajim.")
            libsignal-protocol-c
            libsoup
            libsrtp                      ;for calls support
-           pango-next                   ;gtk4 wants pango 1.50+
+           pango                        ;gtk4 wants pango 1.50+
            qrencode
            sqlite
            webrtc-audio-processing))    ;for A/V support



reply via email to

[Prev in Thread] Current Thread [Next in Thread]