From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id 6AdQOGX6O2UtQgAA9RJhRA:P1 (envelope-from ) for ; Fri, 27 Oct 2023 19:59:02 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 6AdQOGX6O2UtQgAA9RJhRA (envelope-from ) for ; Fri, 27 Oct 2023 19:59:02 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9FE5226929 for ; Fri, 27 Oct 2023 19:59:01 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=planete-kraus.eu header.s=albinoniB header.b="P c2j/qH"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1698429541; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=WkH1POIisgOfHMI5pDnJ3n+82OAAMT6DQg8aRnDHqEk=; b=UayMdXQ+2+XN0d7zKKOzw9zTiBfAqlMLYnb4bzdVqeHmV94Nj9cHHCmz41L7Wj6PE9w53V 16jkQEq1RYsEpfJnxrrNVITx250DG/bY4Ra4wFx7h9BwKJlomMGzRlcA6U4f21bebiwqan fmqWncwaBLnNbhze672r4Xaw3+5ZZZ8OyzWxVFNymvvHaK8u0wpXAwhuqqaeYITc8JQbDj J792PppHMY2PbwW8V6Y4kG9Sz/+AMD0G8Mx3SGNxgSbcLtor9PykcwaW+vf7C7IuZ03GOs 7XtDbrEhO+ELi1Qtcmp5fhTQ7OU1Q59PpVbeU008S6V3oI8+q/rUTM7a79zaxw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=planete-kraus.eu header.s=albinoniB header.b="P c2j/qH"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1698429541; a=rsa-sha256; cv=none; b=Ejj4MedtTGMEy11mczjrwsaH7FYr2J4wx61zR2jsrpnC1eSQWJ5aI6yQrnfLakJYN7guew lQLSjs+rG7O64lkVSFMemUBo6e+oaQQBQHlZhx2GqyjWSVCw5PLE8haDJrdZhYFRgEm3Wn XcZndv5kKYscqj2JSlJ8nkXypCBZ1p8dN42XOSRrzosBf/aunQbTa0KhFBq/fJ0HMuka6s E2OdvIIcb32UlMESq1pS/+DLpc/QwmtE9bQ13lx+2h5qhmFsP/GwldN5ibeC4QVcQM3w2h l5velGJ42P7zz1LC7lNcdTpceaPrXdyc9lrfmcB7PDJ5jT6024sVl7qLEVOWUA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qwR6V-0006Wj-Iy; Fri, 27 Oct 2023 13:58:39 -0400 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 1qwR6R-0006Vr-V8 for guix-patches@gnu.org; Fri, 27 Oct 2023 13:58:36 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qwR6M-0008AF-Pk for guix-patches@gnu.org; Fri, 27 Oct 2023 13:58:33 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qwR6r-0007nx-SO for guix-patches@gnu.org; Fri, 27 Oct 2023 13:59:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66689] [PATCH gnome-team v5 14/17] gnu: libaccounts-glib: Update to 1.26. Resent-From: Vivien Kraus Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 27 Oct 2023 17:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66689 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66689@debbugs.gnu.org Received: via spool by 66689-submit@debbugs.gnu.org id=B66689.169842949429877 (code B ref 66689); Fri, 27 Oct 2023 17:59:01 +0000 Received: (at 66689) by debbugs.gnu.org; 27 Oct 2023 17:58:14 +0000 Received: from localhost ([127.0.0.1]:37080 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qwR65-0007lp-Rn for submit@debbugs.gnu.org; Fri, 27 Oct 2023 13:58:14 -0400 Received: from planete-kraus.eu ([89.234.140.182]:55084) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qwR62-0007lf-Vr for 66689@debbugs.gnu.org; Fri, 27 Oct 2023 13:58:12 -0400 Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id d45bf019 for <66689@debbugs.gnu.org>; Fri, 27 Oct 2023 17:57:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to :mime-version; s=albinoniB; bh=C49V4EKCXKYpIxqYmtnO7qN7xCI=; b=P c2j/qHOUBtni9ynQYfqp0V+DeaxTsRoqOGtGIuAJrsYvtt188PUeLyVcxcWzkAVu UGgKlVh0WQKVQrZ1mgK9cddu8PnJjjhM3qRKdN0ViEgQemdpfAl9baJff4V7QKtM uXQSSP7D6dd37FSrzRlDgJLi9TOnL3atKFJCt1aUUEuTdRr8FR7m6qS25jbutTzq uIopYmd7Ds07ATv9aWA3zjYJGD0eS81Xl1qlJcUcbyFdFNPQP+iOvwlzOjvsM+Oh ce5Ak8QloPRrYjo1HkuQteyHaRpo5mU316HB4MOde2Doq/t/5aOLufrMSMZw1LRl e47InBzgdei5WpCof7Ehg== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 7e184024 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for <66689@debbugs.gnu.org>; Fri, 27 Oct 2023 17:57:38 +0000 (UTC) Message-ID: <4d7b28819ea26070883132bc11cb4726160ea4e2.1698429258.git.vivien@planete-kraus.eu> In-Reply-To: References: Date: Fri, 27 Oct 2023 19:48:56 +0200 MIME-Version: 1.0 User-Agent: Evolution 3.46.4 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Vivien Kraus X-ACL-Warn: , Vivien Kraus via Guix-patches From: Vivien Kraus via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.60 X-Spam-Score: -6.60 X-Migadu-Queue-Id: 9FE5226929 X-Migadu-Scanner: mx10.migadu.com X-TUID: Cd2jwP9uLo35 * gnu/packages/glib.scm (libaccounts-glib): Update to 1.26. Change-Id: I593ece04e448e6a19360f596b43ad06c2f1cc796 --- gnu/packages/glib.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 66f2a16448..aab5401c95 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -813,7 +813,7 @@ (define dbus-glib (define-public libaccounts-glib (package (name "libaccounts-glib") - (version "1.25") + (version "1.26") (source (origin (method git-fetch) (uri (git-reference @@ -822,7 +822,7 @@ (define-public libaccounts-glib (file-name (git-file-name name version)) (sha256 (base32 - "19rhk9f97m736d5ia26vfcbjp5kgi454558yhf9mrwm4iw5d9pk4")))) + "1fdvvzbz23q5c0jnzryinkmcymd0zcs2pdn4fvibg34pvybb4li9")))) (build-system meson-build-system) (native-inputs (list dbus `(,glib "bin") -- 2.41.0