From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 02 09:22:32 2021 Received: (at submit) by debbugs.gnu.org; 2 Mar 2021 14:22:32 +0000 Received: from localhost ([127.0.0.1]:52164 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lH5uy-0001bj-6R for submit@debbugs.gnu.org; Tue, 02 Mar 2021 09:22:32 -0500 Received: from lists.gnu.org ([209.51.188.17]:56176) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lH5uu-0001ba-QS for submit@debbugs.gnu.org; Tue, 02 Mar 2021 09:22:30 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33804) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lH5ut-0004rZ-9E for guix-patches@gnu.org; Tue, 02 Mar 2021 09:22:27 -0500 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:43256 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lH5ul-0000KS-37 for guix-patches@gnu.org; Tue, 02 Mar 2021 09:22:20 -0500 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1614694929; bh=DW9gu1B67P3TyirZ2fIzm3IHrxGC+yDUcXxCu3dg6o8=; h=From:To:Subject:Date; b=e8i3I5AaHPpN2h23Pb311s12wMowQhbNeYdXhQlp2yax6oSiJLSCsI+LN22dL+ly5 0tmI6xqsCkVKkfmhldo2IrPKAhwU7JfthSuCxKSD0e7XBmPySvgaJ9wnLayGklqT6a 3igjbu/YDtsSF1mGIFf092PQ3Tce5ZqIS467IA4Y= To: guix-patches@gnu.org Subject: [PATCH] gnu: xwallpaper: Update to 0.6.6. Message-Id: <4e3e4b67394f7b80167e7df5a391c69a89ca8914.1614694917.git.public@yoctocell.xyz> Date: Tue, 02 Mar 2021 15:22:08 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 11 X-Spam_score: 1.1 X-Spam_bar: + X-Spam_report: (1.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=0.001, PDS_OTHER_BAD_TLD=1.702, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit 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: -0.1 (/) * gnu/packages/xdisorg.scm (xwallpaper): Update to 0.6.6. --- gnu/packages/xdisorg.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index f0ebc49230..87ea37323d 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -44,6 +44,7 @@ ;;; Copyright =C2=A9 2020 B. Wilson ;;; Copyright =C2=A9 2020, 2021 Zheng Junjie <873216071@qq.com> ;;; Copyright =C2=A9 2021 Nicolas Goaziou +;;; Copyright =C2=A9 2021 Xinglu Chen ;;; ;;; This file is part of GNU Guix. ;;; @@ -2323,7 +2324,7 @@ can optionally use some appearance settings from XSet= tings, tint2 and GTK.") (define-public xwallpaper (package (name "xwallpaper") - (version "0.6.5") + (version "0.6.6") (source (origin (method git-fetch) @@ -2332,7 +2333,7 @@ can optionally use some appearance settings from XSet= tings, tint2 and GTK.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "121ai4dc0v65qk12gn9w62ixly8hc8a5qrygkbb82vy8ck4jqxj7")))) + (base32 "10klm81rs3k3l2i7whpvcsg95x51ja11l86fmwbrvg3kq705p2sr")))) (build-system gnu-build-system) (native-inputs `(("autoconf" ,autoconf) base-commit: 4bc9a1f4e3bd39302b4ceaab8589a2e6ef82c4bd --=20 2.30.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 02 10:44:54 2021 Received: (at 46874-done) by debbugs.gnu.org; 2 Mar 2021 15:44:54 +0000 Received: from localhost ([127.0.0.1]:54002 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lH7Cf-0003zC-Ty for submit@debbugs.gnu.org; Tue, 02 Mar 2021 10:44:54 -0500 Received: from tobias.gr ([80.241.217.52]:59266) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lH7Cd-0003yU-EA for 46874-done@debbugs.gnu.org; Tue, 02 Mar 2021 10:44:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=rc7ZkXC3NYjUTwNfijcFCg9DuSec2OSrobewy8UKBbg=; h=date:in-reply-to: references:subject:cc:to:from; b=cGEhxTvSW2gkVNvM+vJT2+yr34brwg9JSBU0A 9sqFnrMjkv8p2DPxqodOHFHXK34HQh1oLU8O+eHyHDc6AyNxB+bRSABlwCcLrRgZZt8C7N E9JQRU44cwtSppVCGwBruXv38tMQQDpXWh1PVZZWoNtwvyYKP2s0SIKpKcIOJcRfBnILNV icELpcc9QGwGJhlDy8Ry3EyIgrNz0cwQFhbWxQZmjXSEpzbtKb4w3drqfpGVUmieQ+Fb8N 0hRwEXVifwHoNDn58PT46VheJT/j2G2HYSFUPMHZXzz9+dPg7mbe3l1j4mRKIqZ8dNO7rW cw+uirJI4Y5ClQv7qvZG++VMg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 9206fc94 (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Tue, 2 Mar 2021 15:45:45 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: Xinglu Chen Subject: Re: [bug#46874] [PATCH] gnu: xwallpaper: Update to 0.6.6. References: <4e3e4b67394f7b80167e7df5a391c69a89ca8914.1614694917.git.public@yoctocell.xyz> In-reply-to: <4e3e4b67394f7b80167e7df5a391c69a89ca8914.1614694917.git.public@yoctocell.xyz> Date: Tue, 02 Mar 2021 16:45:04 +0100 Message-ID: <87k0qpmuf3.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 46874-done Cc: 46874-done@debbugs.gnu.org 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: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Xinglu Chen =E5=86=99=E9=81=93=EF=BC=9A > * gnu/packages/xdisorg.scm (xwallpaper): Update to 0.6.6. Pushed as 05dc279bbeac62811ca4c84dba3fe70574d09652. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYD5dgA0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15UvMBAISR/EKR5GJ/WJAu6kYeUObEcBRj1XpnzTOW1nYE LREdAP90dZvv5EkYQDa5LgedZueB1MoJo0gEgLtCvZ+W2BMiAA== =PCRb -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Sep 20 12:59:35 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 31 Mar 2021 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator