From unknown Tue Jun 17 20:14:19 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#76229 <76229@debbugs.gnu.org> To: bug#76229 <76229@debbugs.gnu.org> Subject: Status: [PATCH] gnu: libadwaita: Update to 1.5.7. Reply-To: bug#76229 <76229@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:14:19 +0000 retitle 76229 [PATCH] gnu: libadwaita: Update to 1.5.7. reassign 76229 guix-patches submitter 76229 Danial Behzadi severity 76229 normal tag 76229 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 12 09:59:18 2025 Received: (at submit) by debbugs.gnu.org; 12 Feb 2025 14:59:18 +0000 Received: from localhost ([127.0.0.1]:37700 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiECs-0001JI-Gr for submit@debbugs.gnu.org; Wed, 12 Feb 2025 09:59:18 -0500 Received: from lists.gnu.org ([2001:470:142::17]:59120) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tiECp-0001JA-JO for submit@debbugs.gnu.org; Wed, 12 Feb 2025 09:59:16 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tiECf-0003Y9-Fb for guix-patches@gnu.org; Wed, 12 Feb 2025 09:59:07 -0500 Received: from mx1.riseup.net ([198.252.153.129]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tiECd-0003xE-Q3 for guix-patches@gnu.org; Wed, 12 Feb 2025 09:59:05 -0500 Received: from fews01-sea.riseup.net (fews01-sea-pn.riseup.net [10.0.1.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4YtM054h9qzDq99; Wed, 12 Feb 2025 14:59:01 +0000 (UTC) X-Riseup-User-ID: B8CFFD1309AD11E68C3EE9B22A573EB2FF4E9F19F29AE9082A1095D3B025167A Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews01-sea.riseup.net (Postfix) with ESMTPSA id 4YtM053cMpzJs7Q; Wed, 12 Feb 2025 14:59:01 +0000 (UTC) Received: from danialbehzadi by mahtab with local (Exim 4.98) (envelope-from ) id 1tiECY-00000002U4c-350Q; Wed, 12 Feb 2025 18:28:58 +0330 From: Danial Behzadi To: guix-patches@gnu.org Subject: [PATCH] gnu: libadwaita: Update to 1.5.7. Date: Wed, 12 Feb 2025 18:28:57 +0330 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.252.153.129; envelope-from=dani.behzi@ubuntu.com; helo=mx1.riseup.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit Cc: Danial Behzadi X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) gnu/packages/gnome.scm (libadwiata): Update to 1.5.7. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1e8d8136..85af848d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13948,7 +13948,7 @@ (define-public ocrfeeder (define-public libadwaita (package (name "libadwaita") - (version "1.5.2") + (version "1.5.7") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libadwaita/" @@ -13956,7 +13956,7 @@ (define-public libadwaita "libadwaita-" version ".tar.xz")) (sha256 (base32 - "05icswk84kf4pbcybv8j9r9n98q1dgr1m7zn6k72p4dlbh0fxyn9")))) + "0d3scmh5am5vvs2zglxkhqjxagniyb030c6hah44gjgchdr13cwr")))) (build-system meson-build-system) (arguments `(#:phases -- 2.47.2