From unknown Sun Jun 22 00:47:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#53864] [PATCH] gnu: rofi-calc: Update to 2.1.0. Resent-From: Jai Vetrivelan Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 08 Feb 2022 01:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53864 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53864@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16442844058570 (code B ref -1); Tue, 08 Feb 2022 01:41:01 +0000 Received: (at submit) by debbugs.gnu.org; 8 Feb 2022 01:40:05 +0000 Received: from localhost ([127.0.0.1]:44371 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHFUC-0002E9-Su for submit@debbugs.gnu.org; Mon, 07 Feb 2022 20:40:05 -0500 Received: from lists.gnu.org ([209.51.188.17]:35814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHFU8-0002DV-Qn for submit@debbugs.gnu.org; Mon, 07 Feb 2022 20:40:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:47304) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nHFU7-00036o-MS for guix-patches@gnu.org; Mon, 07 Feb 2022 20:40:00 -0500 Received: from [2607:f8b0:4864:20::42c] (port=38558 helo=mail-pf1-x42c.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nHFU5-0000zU-CR for guix-patches@gnu.org; Mon, 07 Feb 2022 20:39:59 -0500 Received: by mail-pf1-x42c.google.com with SMTP id e28so16160182pfj.5 for ; Mon, 07 Feb 2022 17:39:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:tomato:date:message-id:user-agent:mime-version :content-disposition; bh=TTaKLnYzjFIgKbFTBBkaUcdgZD27jCe9DAvxuDoMiSw=; b=FpKLE/FYZ3uUsSiQWHo8a8ACyqaoH+KrrPiZsWz15STYSlQAgAsBkfBNg1WJrG/biU 97bBKW86PJy8QOB3b1U3JgJVgHx97fC9H9FxVkl8HW4/OGZzmG+RrrZP7ulEt9bLtRSS PPuJTVWKMwF0RU4i3tWFwkEeOqE2qTZMoip/nKuinRtApJRs/pdxNc7GNzWHXg0pPO8l eLkk/K//l0/0RKlEHnvh/dzgzLgkqby57693dsssa6YjJFdsV7UL0ahDyDXOMMStb0NM VvwLq7NIjfp4sVYtBLH3PZYlMIewal/3tg2YKa41Ysn54CqipnMoYvKbr7yfsHF+QMEK f97A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:tomato:date:message-id :user-agent:mime-version:content-disposition; bh=TTaKLnYzjFIgKbFTBBkaUcdgZD27jCe9DAvxuDoMiSw=; b=174kKaFmx+6QOGMhNS/4BCfisRd6vyYLDh332E3RO0vKzzhMURhwXQnB2uhh0N9VEt RZVTsL4PhSi9BS4Br35fr0dimNMU2lNDGIHJvRZWL5RX4pHy8/pbvixxusz2A7SRQoeq 34K+/EBXUieq40ptaeFTdJLLlfXNBP4HAq8h54BCr6ofCCH6YAA8zJ6yba8YZSSGCHKr y1w3WVFbjTUehNaU1mix33DCPR0TCc2HFvJy2YyP4IcFM2hJ8OlAYh0yre+CedjEpFvQ e3FVArg5q1byePHM4Kn2GPH+gpEfw+OdNmMKkM9chtjjSfS4Tn3EwNgyApUzLbk2QpE9 0/jQ== X-Gm-Message-State: AOAM532OXxpGQCMZQRUF594LsDk9cFep9gFrufm21ydv33BqM8bUUkq1 E/rpL8mLMkSWxXtVlQY6rLOoiohSddA= X-Google-Smtp-Source: ABdhPJxdcMtRhLNE6A6bJ2mXdpWQmz2jcHG9VUUTToOVu04wOjwK2skNMlMazJLvdTmu3iHqKjIqZg== X-Received: by 2002:a63:8b4c:: with SMTP id j73mr1715062pge.443.1644284395067; Mon, 07 Feb 2022 17:39:55 -0800 (PST) Received: from guix ([2409:4072:8e3c:296e:f4bb:faba:31be:4ffb]) by smtp.gmail.com with ESMTPSA id b4sm13375677pfv.188.2022.02.07.17.39.53 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Feb 2022 17:39:54 -0800 (PST) From: Jai Vetrivelan Tomato: Beige Date: Tue, 08 Feb 2022 07:09:49 +0530 Message-ID: <87tuda3zmi.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-rofi-calc-Update-to-2.1.0.patch X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::42c (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::42c; envelope-from=jaivetrivelan@gmail.com; helo=mail-pf1-x42c.google.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 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, FREEMAIL_FROM=0.001, PDS_HP_HELO_NORDNS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) 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.3 (--) >From 3a785c32ba57b821f4cf0a58450a1c5ccfa07ba9 Mon Sep 17 00:00:00 2001 From: Jai Vetrivelan Date: Tue, 8 Feb 2022 07:05:36 +0530 Subject: [PATCH] gnu: rofi-calc: Update to 2.1.0. * gnu/packages/xdisorg.scm (rofi-calc): Update to 2.1.0. --- gnu/packages/xdisorg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 5de6635a35..42452d0721 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1746,7 +1746,7 @@ (define-public rofi (define-public rofi-calc (package (name "rofi-calc") - (version "2.0.0") + (version "2.1.0") (source (origin (method git-fetch) @@ -1756,7 +1756,7 @@ (define-public rofi-calc (file-name (git-file-name name version)) (sha256 (base32 - "1j23xwa6s27wyx6r0yb85cby6dggrcb103nqcfxr5li1mcqrgd9m")))) + "021z7hwvdcs3g7icyp6xhry0xlq29gg1288hg2kzyzqq4l2irxdi")))) (build-system gnu-build-system) (arguments (list base-commit: 63d5efd92b7e0cb86fb17c48e29f629f5b74e767 -- 2.34.0 From unknown Sun Jun 22 00:47:35 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jai Vetrivelan Subject: bug#53864: closed (Re: [bug#53864] [PATCH] gnu: rofi-calc: Update to 2.1.0.) Message-ID: References: <20220208122205.0bfd5988@tachikoma.lepiller.eu> <87tuda3zmi.fsf@gmail.com> X-Gnu-PR-Message: they-closed 53864 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 53864@debbugs.gnu.org Date: Tue, 08 Feb 2022 11:23:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1644319382-23144-1" This is a multi-part message in MIME format... ------------=_1644319382-23144-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #53864: [PATCH] gnu: rofi-calc: Update to 2.1.0. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 53864@debbugs.gnu.org. --=20 53864: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D53864 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1644319382-23144-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 53864-done) by debbugs.gnu.org; 8 Feb 2022 11:22:13 +0000 Received: from localhost ([127.0.0.1]:45598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHOZZ-000600-9o for submit@debbugs.gnu.org; Tue, 08 Feb 2022 06:22:13 -0500 Received: from lepiller.eu ([89.234.186.109]:47024) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHOZX-0005zq-61 for 53864-done@debbugs.gnu.org; Tue, 08 Feb 2022 06:22:11 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id c9dd703c; Tue, 8 Feb 2022 11:22:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=WOKfnPPZnvFl sBaq4iVBKpEGULVwgjY9dKjJ17PWm78=; b=m86S6k+GTB3FHZlr003aj128M06J NwR91i0ssFqtRsC0Qqm61+AC8KjEbQbF28eCiWbbpyRyGxV1oLge8pV9JZBjJX9R Agm7/+VAxHtZMUJDzeRy9cFIcjr4KFNMDQu2GG5kc1atsHhkQcBiDtOZqATXy/wr ER8Cp0G+ynRW5PotxohbJboNj46lKdaywXoxp1K2tr7h9BD1wmVKwhr6ZyBE59fq tcB7n7grWJZyz8rRtOJJqMGilUG9htvFlzUN42MWdfFLe344iwEMhSCBdRe5fi6V 9KDc3jxihxVR3YKPGTnN3DKEA0BbC9E6HnIrer/YCllXij+AfzwIu12PeA== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id d3116745 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 8 Feb 2022 11:22:10 +0000 (UTC) Date: Tue, 8 Feb 2022 12:22:05 +0100 From: Julien Lepiller To: Jai Vetrivelan Subject: Re: [bug#53864] [PATCH] gnu: rofi-calc: Update to 2.1.0. Message-ID: <20220208122205.0bfd5988@tachikoma.lepiller.eu> In-Reply-To: <87tuda3zmi.fsf@gmail.com> References: <87tuda3zmi.fsf@gmail.com> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 53864-done Cc: 53864-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: -1.0 (-) Pushed to master as 7c5366daa9b5babae253d5e8c3b89858e094b807, thanks! Le Tue, 08 Feb 2022 07:09:49 +0530, Jai Vetrivelan a =C3=A9crit : > From 3a785c32ba57b821f4cf0a58450a1c5ccfa07ba9 Mon Sep 17 00:00:00 2001 > From: Jai Vetrivelan > Date: Tue, 8 Feb 2022 07:05:36 +0530 > Subject: [PATCH] gnu: rofi-calc: Update to 2.1.0. >=20 > * gnu/packages/xdisorg.scm (rofi-calc): Update to 2.1.0. > --- > gnu/packages/xdisorg.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm > index 5de6635a35..42452d0721 100644 > --- a/gnu/packages/xdisorg.scm > +++ b/gnu/packages/xdisorg.scm > @@ -1746,7 +1746,7 @@ (define-public rofi > (define-public rofi-calc > (package > (name "rofi-calc") > - (version "2.0.0") > + (version "2.1.0") > (source > (origin > (method git-fetch) > @@ -1756,7 +1756,7 @@ (define-public rofi-calc > (file-name (git-file-name name version)) > (sha256 > (base32 > - "1j23xwa6s27wyx6r0yb85cby6dggrcb103nqcfxr5li1mcqrgd9m")))) > + "021z7hwvdcs3g7icyp6xhry0xlq29gg1288hg2kzyzqq4l2irxdi")))) > (build-system gnu-build-system) > (arguments > (list >=20 > base-commit: 63d5efd92b7e0cb86fb17c48e29f629f5b74e767 ------------=_1644319382-23144-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Feb 2022 01:40:05 +0000 Received: from localhost ([127.0.0.1]:44371 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHFUC-0002E9-Su for submit@debbugs.gnu.org; Mon, 07 Feb 2022 20:40:05 -0500 Received: from lists.gnu.org ([209.51.188.17]:35814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHFU8-0002DV-Qn for submit@debbugs.gnu.org; Mon, 07 Feb 2022 20:40:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:47304) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nHFU7-00036o-MS for guix-patches@gnu.org; Mon, 07 Feb 2022 20:40:00 -0500 Received: from [2607:f8b0:4864:20::42c] (port=38558 helo=mail-pf1-x42c.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nHFU5-0000zU-CR for guix-patches@gnu.org; Mon, 07 Feb 2022 20:39:59 -0500 Received: by mail-pf1-x42c.google.com with SMTP id e28so16160182pfj.5 for ; Mon, 07 Feb 2022 17:39:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:tomato:date:message-id:user-agent:mime-version :content-disposition; bh=TTaKLnYzjFIgKbFTBBkaUcdgZD27jCe9DAvxuDoMiSw=; b=FpKLE/FYZ3uUsSiQWHo8a8ACyqaoH+KrrPiZsWz15STYSlQAgAsBkfBNg1WJrG/biU 97bBKW86PJy8QOB3b1U3JgJVgHx97fC9H9FxVkl8HW4/OGZzmG+RrrZP7ulEt9bLtRSS PPuJTVWKMwF0RU4i3tWFwkEeOqE2qTZMoip/nKuinRtApJRs/pdxNc7GNzWHXg0pPO8l eLkk/K//l0/0RKlEHnvh/dzgzLgkqby57693dsssa6YjJFdsV7UL0ahDyDXOMMStb0NM VvwLq7NIjfp4sVYtBLH3PZYlMIewal/3tg2YKa41Ysn54CqipnMoYvKbr7yfsHF+QMEK f97A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:tomato:date:message-id :user-agent:mime-version:content-disposition; bh=TTaKLnYzjFIgKbFTBBkaUcdgZD27jCe9DAvxuDoMiSw=; b=174kKaFmx+6QOGMhNS/4BCfisRd6vyYLDh332E3RO0vKzzhMURhwXQnB2uhh0N9VEt RZVTsL4PhSi9BS4Br35fr0dimNMU2lNDGIHJvRZWL5RX4pHy8/pbvixxusz2A7SRQoeq 34K+/EBXUieq40ptaeFTdJLLlfXNBP4HAq8h54BCr6ofCCH6YAA8zJ6yba8YZSSGCHKr y1w3WVFbjTUehNaU1mix33DCPR0TCc2HFvJy2YyP4IcFM2hJ8OlAYh0yre+CedjEpFvQ e3FVArg5q1byePHM4Kn2GPH+gpEfw+OdNmMKkM9chtjjSfS4Tn3EwNgyApUzLbk2QpE9 0/jQ== X-Gm-Message-State: AOAM532OXxpGQCMZQRUF594LsDk9cFep9gFrufm21ydv33BqM8bUUkq1 E/rpL8mLMkSWxXtVlQY6rLOoiohSddA= X-Google-Smtp-Source: ABdhPJxdcMtRhLNE6A6bJ2mXdpWQmz2jcHG9VUUTToOVu04wOjwK2skNMlMazJLvdTmu3iHqKjIqZg== X-Received: by 2002:a63:8b4c:: with SMTP id j73mr1715062pge.443.1644284395067; Mon, 07 Feb 2022 17:39:55 -0800 (PST) Received: from guix ([2409:4072:8e3c:296e:f4bb:faba:31be:4ffb]) by smtp.gmail.com with ESMTPSA id b4sm13375677pfv.188.2022.02.07.17.39.53 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Feb 2022 17:39:54 -0800 (PST) From: Jai Vetrivelan To: guix-patches@gnu.org Subject: [PATCH] gnu: rofi-calc: Update to 2.1.0. Tomato: Beige Date: Tue, 08 Feb 2022 07:09:49 +0530 Message-ID: <87tuda3zmi.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-rofi-calc-Update-to-2.1.0.patch X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::42c (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::42c; envelope-from=jaivetrivelan@gmail.com; helo=mail-pf1-x42c.google.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 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, FREEMAIL_FROM=0.001, PDS_HP_HELO_NORDNS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) 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: -2.3 (--) >From 3a785c32ba57b821f4cf0a58450a1c5ccfa07ba9 Mon Sep 17 00:00:00 2001 From: Jai Vetrivelan Date: Tue, 8 Feb 2022 07:05:36 +0530 Subject: [PATCH] gnu: rofi-calc: Update to 2.1.0. * gnu/packages/xdisorg.scm (rofi-calc): Update to 2.1.0. --- gnu/packages/xdisorg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 5de6635a35..42452d0721 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1746,7 +1746,7 @@ (define-public rofi (define-public rofi-calc (package (name "rofi-calc") - (version "2.0.0") + (version "2.1.0") (source (origin (method git-fetch) @@ -1756,7 +1756,7 @@ (define-public rofi-calc (file-name (git-file-name name version)) (sha256 (base32 - "1j23xwa6s27wyx6r0yb85cby6dggrcb103nqcfxr5li1mcqrgd9m")))) + "021z7hwvdcs3g7icyp6xhry0xlq29gg1288hg2kzyzqq4l2irxdi")))) (build-system gnu-build-system) (arguments (list base-commit: 63d5efd92b7e0cb86fb17c48e29f629f5b74e767 -- 2.34.0 ------------=_1644319382-23144-1--