From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 23 06:17:41 2024 Received: (at submit) by debbugs.gnu.org; 23 Jul 2024 10:17:41 +0000 Received: from localhost ([127.0.0.1]:59271 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sWCaS-0007hH-Rv for submit@debbugs.gnu.org; Tue, 23 Jul 2024 06:17:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:45828) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sWCaQ-0007h9-AT for submit@debbugs.gnu.org; Tue, 23 Jul 2024 06:17: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 1sWCaJ-0000yw-Ep for guix-patches@gnu.org; Tue, 23 Jul 2024 06:17:32 -0400 Received: from anamika.lostca.se ([65.21.75.227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sWCaH-0001Pp-98 for guix-patches@gnu.org; Tue, 23 Jul 2024 06:17:31 -0400 Received: from sofia.fritz.box (unknown [IPv6:2a10:3781:35df:1:9b4e:7cee:69a7:80af]) (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) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 42DDE1C366; Tue, 23 Jul 2024 10:17:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1721729846; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=zXHvtuCoXBiOJY/Rmf2PHmuHf5EffwIAZufQEU3sPtI=; b=kq2XJrtYSdJ1v3P6mE0L1t/iu/hVxUgviTeekQ55CzxOEwmM+jFqOOVxHWCp3LxWW9K9ba /4eihr9PhuGn0ib893MaLb2vfJ6+jz83BDhsrye854bnkVZPpORH1W5yn6UXA/2msYqQuk xWLXXVsTwVZ+apVv9MQ6ms98eqryRlw= From: ashish.is@lostca.se To: guix-patches@gnu.org Subject: [PATCH] gnu: mako: Update to 1.9.0. Date: Tue, 23 Jul 2024 12:16:53 +0200 Message-ID: X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA 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: -2.4 (--) From: Ashish SHUKLA * gnu/packages/wm.scm (mako): Update to 1.9.0. Change-Id: I38f6ab0ea03457d0ae95f3de625921cf7b9da24c --- gnu/packages/wm.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index eecaaa2cf7..11744f1196 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -74,6 +74,7 @@ ;;; Copyright © 2024 bigbug ;;; Copyright © 2024 dan ;;; Copyright © 2024 Wamm K. D. +;;; Copyright © 2024 Ashish SHUKLA ;;; ;;; This file is part of GNU Guix. ;;; @@ -2307,7 +2308,7 @@ (define-public wlr-randr (define-public mako (package (name "mako") - (version "1.8.0") + (version "1.9.0") (source (origin (method git-fetch) (uri (git-reference @@ -2316,7 +2317,7 @@ (define-public mako (file-name (git-file-name name version)) (sha256 (base32 - "05g1gp61qd9n9w4lq925i4wgryagvah6x489g17j7rnw59q4qhdi")))) + "0wcyhnpah1g5qpixfwlpybsjcl22iv39jrxlbi84xv2gfyi2vmj2")))) (build-system meson-build-system) (arguments (list #:phases base-commit: ad97f1bdb67015cffe92adba3b94c3b3df576008 -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 25 01:15:33 2024 Received: (at submit) by debbugs.gnu.org; 25 Jul 2024 05:15:33 +0000 Received: from localhost ([127.0.0.1]:35121 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sWqpA-0001h9-MA for submit@debbugs.gnu.org; Thu, 25 Jul 2024 01:15:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:40608) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sWqp7-0001gu-Ix for submit@debbugs.gnu.org; Thu, 25 Jul 2024 01:15:30 -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 1sWqp0-0005V3-Fa for guix-patches@gnu.org; Thu, 25 Jul 2024 01:15:22 -0400 Received: from smtp84.cstnet.cn ([159.226.251.84] helo=cstnet.cn) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1sWqov-0000tD-M6 for guix-patches@gnu.org; Thu, 25 Jul 2024 01:15:21 -0400 Received: from m (unknown [64.176.166.156]) by APP-05 (Coremail) with SMTP id zQCowAAnDzpb36FmT03jAA--.58233S2; Thu, 25 Jul 2024 13:15:11 +0800 (CST) From: Zheng Junjie To: "ashish.is--- via Guix-patches" via Subject: Re: [bug#72253] [PATCH] gnu: mako: Update to 1.9.0. In-Reply-To: (ashish is's message of "Tue, 23 Jul 2024 12:16:53 +0200") References: Date: Thu, 25 Jul 2024 13:15:05 +0800 Message-ID: <87a5i69hnq.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-CM-TRANSID: zQCowAAnDzpb36FmT03jAA--.58233S2 X-Coremail-Antispam: 1UD129KBjvJXoW7Aw47JFy5Aw1kWry3Gw4fuFg_yoW8XrWfpr 93ua1Yy34F93s7Jr4xKF4jqw4Sqas8JF1UAw1kXr4SkwsI9392y3yjvF4fG3ZrAryxGw47 W3Wxur15AFWUJaDanT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUU9qb7Iv0xC_Kw4lb4IE77IF4wAFF20E14v26r1j6r4UM7CY07I2 0VC2zVCF04k26cxKx2IYs7xG6rWj6s0DM7CIcVAFz4kK6r1j6r18M28lY4IEw2IIxxk0rw A2F7IY1VAKz4vEj48ve4kI8wA2z4x0Y4vE2Ix0cI8IcVAFwI0_Gr0_Xr1l84ACjcxK6xII jxv20xvEc7CjxVAFwI0_Gr0_Cr1l84ACjcxK6I8E87Iv67AKxVW8Jr0_Cr1UM28EF7xvwV C2z280aVCY1x0267AKxVW0oVCq3wAa7VASzI0EjI02j7AqF2xKxVCjxxvEa2IrM2AIxVAI cxkEcVAq07x20xvEncxIr21le4C267I2x7xF54xIwI1l5I8CrVACY4xI64kE6c02F40Ex7 xfMcIj6xIIjxv20xvE14v26r1Y6r17McIj6I8E87Iv67AKxVWUJVW8JwAm72CE4IkC6x0Y z7v_Jr0_Gr1lF7xvr2IY64vIr41lc2xSY4AK6IIF6r4rMxAIw28IcxkI7VAKI48JMxC20s 026xCaFVCjc4AY6r1j6r4UMI8I3I0E5I8CrVAFwI0_Jr0_Jr4lx2IqxVCjr7xvwVAFwI0_ JrI_JrWlx4CE17CEb7AF67AKxVWUXVWUAwCIc40Y0x0EwIxGrwCI42IY6xIIjxv20xvE14 v26r1j6r1xMIIF0xvE2Ix0cI8IcVCY1x0267AKxVWUJVW8JwCI42IY6xAIw20EY4v20xva j40_Jr0_JF4lIxAIcVC2z280aVAFwI0_Jr0_Gr1lIxAIcVC2z280aVCY1x0267AKxVWUJV W8JbIYCTnIWIevJa73UjIFyTuYvjxUq_WFUUUUU X-Originating-IP: [64.176.166.156] X-CM-SenderInfo: x2kh0wxmxqyx3h6l2u1dvotugofq/ Received-SPF: pass client-ip=159.226.251.84; envelope-from=zhengjunjie@iscas.ac.cn; helo=cstnet.cn X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 72253-done@debbugs.gnu.org, ashish.is@lostca.se 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: -2.4 (--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable "ashish.is--- via Guix-patches" via writes: > From: Ashish SHUKLA > > * gnu/packages/wm.scm (mako): Update to 1.9.0. > > Change-Id: I38f6ab0ea03457d0ae95f3de625921cf7b9da24c > --- > gnu/packages/wm.scm | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm > index eecaaa2cf7..11744f1196 100644 > --- a/gnu/packages/wm.scm > +++ b/gnu/packages/wm.scm > @@ -74,6 +74,7 @@ > ;;; Copyright =C2=A9 2024 bigbug > ;;; Copyright =C2=A9 2024 dan > ;;; Copyright =C2=A9 2024 Wamm K. D. > +;;; Copyright =C2=A9 2024 Ashish SHUKLA > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -2307,7 +2308,7 @@ (define-public wlr-randr > (define-public mako > (package > (name "mako") > - (version "1.8.0") > + (version "1.9.0") > (source (origin > (method git-fetch) > (uri (git-reference > @@ -2316,7 +2317,7 @@ (define-public mako > (file-name (git-file-name name version)) > (sha256 > (base32 > - "05g1gp61qd9n9w4lq925i4wgryagvah6x489g17j7rnw59q4qhdi"))= )) > + "0wcyhnpah1g5qpixfwlpybsjcl22iv39jrxlbi84xv2gfyi2vmj2"))= )) > (build-system meson-build-system) > (arguments > (list #:phases > > base-commit: ad97f1bdb67015cffe92adba3b94c3b3df576008 push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D47da5abba= 4730625478524c858ef96350d156884 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmah31kACgkQO1qpk+Gi 3/A83BAAsJxKFyeJy3qGxrvKM0FgAPVusUucqmmtsWbsQGT5qS7ZNl6B57LWV5a4 Q/ekzd1UVQLpOweIl6krEUzD03yquywvRHiXFR4z7Nprgn43+alsIiKt1qfNeWJR GSs/CwiMumPYXrQ/A5U6pRZMy+JXUwtQSW2z+j9hyrrodGoMPwQkUuHZJHyEuPhw IdvngpJwOTwt5VO4/eobmJxKk2+fmc/wzk3hCbPcMC9zLmp4wdWic5GchZWELM94 ROFNSS86vWIX9diKCO+dVLpob7x3T0B8qxAp+UIBFjdZMYAjZ7CZPuVDENGz10x9 D3Xu7LXl9TFguBHv1YxkUNky27x/sQtrCzE4GO+Yi2pSivbpPMEI6NBlICr5Hbgv MGJzQvMO451OISuOPp2FUa92pHPAGb5KiuVFBZirEb3KMI1aGQzYZxLwDiKH/+hE CQ74TfgvW7CHEd6i/XBdYMr/r0NOFDzUtb44+kPI82rGod53lCdG9WScTA6/HbuA UVTi+6nh5hGl58SGxBJRFLcmgg9wWn6B93YfewKzqgK3Ymmhc9/FIFZVrlYM4vYC NwQMaWEa41ZWkbWJkmab/TP6uoCtH3ZFxIxUxGjZ+io8mT69nurO5AjCwdE+EXMP T/MDLvG3eWxHqMdqnUgIBOCFdJoKM2+gmB4md3+nXEhudkz3Q3U= =iQs5 -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 15 19:31:36 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 22 Aug 2024 11:24:09 +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