From unknown Fri Jun 20 19:45:30 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#43178 <43178@debbugs.gnu.org> To: bug#43178 <43178@debbugs.gnu.org> Subject: Status: [PATCH] gnu: inxi-minimal: Update to 3.1.06-1. Reply-To: bug#43178 <43178@debbugs.gnu.org> Date: Sat, 21 Jun 2025 02:45:30 +0000 retitle 43178 [PATCH] gnu: inxi-minimal: Update to 3.1.06-1. reassign 43178 guix-patches submitter 43178 Michael Rohleder severity 43178 normal tag 43178 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 03 04:39:11 2020 Received: (at submit) by debbugs.gnu.org; 3 Sep 2020 08:39:11 +0000 Received: from localhost ([127.0.0.1]:33404 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDklz-0004G0-Cb for submit@debbugs.gnu.org; Thu, 03 Sep 2020 04:39:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:35278) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDklw-0004Fr-A6 for submit@debbugs.gnu.org; Thu, 03 Sep 2020 04:39:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55718) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kDklw-0002Ic-1h for guix-patches@gnu.org; Thu, 03 Sep 2020 04:39:08 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:48640) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kDklu-0002K7-6A for guix-patches@gnu.org; Thu, 03 Sep 2020 04:39:07 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kDklr-0004DT-3h; Thu, 03 Sep 2020 10:39:03 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1kDklo-0007gS-TE; Thu, 03 Sep 2020 10:39:02 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: inxi-minimal: Update to 3.1.06-1. Date: Thu, 3 Sep 2020 10:38:55 +0200 Message-Id: <20200903083855.1988-1-mike@rohleder.de> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1599122346;5b0d3e48; X-HE-SMSGID: 1kDklr-0004DT-3h Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/03 04:39:03 X-ACL-Warn: Detected OS = ??? 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_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder 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 (---) * gnu/packages/admin.scm (inxi-minimal): Update to 3.1.06-1. --- gnu/packages/admin.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index aaed5b8e55..55f731c3cd 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3589,7 +3589,7 @@ Python loading in HPC environments.") (let ((real-name "inxi")) (package (name "inxi-minimal") - (version "3.1.05-2") + (version "3.1.06-1") (source (origin (method git-fetch) @@ -3598,7 +3598,7 @@ Python loading in HPC environments.") (commit version))) (file-name (git-file-name real-name version)) (sha256 - (base32 "1a7nl2wk49yz5hcrph692xh5phv1mdg1m5cbvgv3ya12c6r32pa2")))) + (base32 "0h65n03q9kdsv0i1q5f88i11iv79ca7fqq97rdkzkmiqb4whhnm2")))) (build-system trivial-build-system) (inputs `(("bash" ,bash-minimal) -- 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 03 14:08:50 2020 Received: (at 43178-done) by debbugs.gnu.org; 3 Sep 2020 18:08:50 +0000 Received: from localhost ([127.0.0.1]:36106 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDtfG-0008Te-9G for submit@debbugs.gnu.org; Thu, 03 Sep 2020 14:08:50 -0400 Received: from mail-lj1-f194.google.com ([209.85.208.194]:35613) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDtfE-0008TQ-4O for 43178-done@debbugs.gnu.org; Thu, 03 Sep 2020 14:08:48 -0400 Received: by mail-lj1-f194.google.com with SMTP id a15so4903057ljk.2 for <43178-done@debbugs.gnu.org>; Thu, 03 Sep 2020 11:08:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-transfer-encoding; bh=dHJ+aRXgSfktvatjuzwXs/Ji/rsYFp2IlUEeM5nQQS4=; b=lwkH28AihDqVAwlYv4/zz7rUpxFqRCEhz1Fk4y4BI6pthaSYa4qyTjQF5w/NQqcTKu 3/YXKF64KYIBkSZ+Voe0JIk0ZuMP9TiAcftrg8gHlCq5ZjZZ/qDJixlzAsEMvGTyGoGA SdBlXGIZ/D++S8/h7lvh62uAljPYZHC7ocFIWzbrT20POkdo7sq2IKE5Dy8FCJs5d3Zy yhMzBWtRZ9wJOT+ooZykRqGHT8Ua7HSBHnJZw0itq5Kby6fwTHswCnFpOmE+b/uxVcyZ 62AQQyx0wt7NUSaqa+B7vPnVjXBJ8fkymq6x8Eo7V2Rr6FWd0MPjGIZCsh73W7FCjEr1 6etA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-transfer-encoding; bh=dHJ+aRXgSfktvatjuzwXs/Ji/rsYFp2IlUEeM5nQQS4=; b=m/9Lh5eHUvVrubD+LhmVrBgCuCoptC2FiYhIUYvDzzge7jlnPtHYo0JH6U01gCtXRl d3jG7qepqo4mmJOIElsM2qnQ/yhegoc95GW/GsQnOo/Sq8shpDc/yZ7dgkbfaTrVH/xK Owvq2Ml6Tgz980ZPuYQwBwZxWVjyNrGZrCSRkyoQDH+h4r7+gEjKcGDgO5/59dDPEmPU c5/WKROWt82EPPUiRIVuuZryd2iXTWeOD9rM9hLEcNjntibP4SdeRa/+RfGZYqyFxyDh P5ee/7Cwj05zWENXBoXOKWZAOVjSf2pu0WL0qpMyJDbMdL/d/VSE64l05ttAkThrKN/g RNcA== X-Gm-Message-State: AOAM530YZVcQPtu/6Lq7qewPpZgsbZAJ8YctVJB5wAllNrwI8dq+Asb/ GUzTDDAv5/qgb6Fp8PKfPkyz+RGkzbQ= X-Google-Smtp-Source: ABdhPJyxLSLBcTdeNpCJLJTwMqQg+sAQuZUm0YMRNThFYr/TijVga0JZj6rnw2AXgRjgokCKQ+wPwg== X-Received: by 2002:a2e:9dca:: with SMTP id x10mr1787060ljj.396.1599156521784; Thu, 03 Sep 2020 11:08:41 -0700 (PDT) Received: from guixsd (95-55-4-176.dynamic.avangarddsl.ru. [95.55.4.176]) by smtp.gmail.com with ESMTPSA id t12sm746535lji.98.2020.09.03.11.08.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Sep 2020 11:08:40 -0700 (PDT) From: Oleg Pykhalov To: Michael Rohleder Subject: Re: [bug#43178] [PATCH] gnu: inxi-minimal: Update to 3.1.06-1. In-Reply-To: <20200903083855.1988-1-mike@rohleder.de> (Michael Rohleder's message of "Thu, 3 Sep 2020 10:38:55 +0200") References: <20200903083855.1988-1-mike@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Date: Thu, 03 Sep 2020 21:08:45 +0300 Message-ID: <87v9gu91hu.fsf@gmail.com> 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: 43178-done Cc: 43178-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 (-) Hi, Michael Rohleder writes: > * gnu/packages/admin.scm (inxi-minimal): Update to 3.1.06-1. > --- > gnu/packages/admin.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm > index aaed5b8e55..55f731c3cd 100644 > --- a/gnu/packages/admin.scm > +++ b/gnu/packages/admin.scm > @@ -3589,7 +3589,7 @@ Python loading in HPC environments.") [=E2=80=A6] Pushed to master. Thanks, Oleg. From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 03 14:10:19 2020 Received: (at 43178-done) by debbugs.gnu.org; 3 Sep 2020 18:10:19 +0000 Received: from localhost ([127.0.0.1]:36135 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDtgh-00005y-6T for submit@debbugs.gnu.org; Thu, 03 Sep 2020 14:10:19 -0400 Received: from tobias.gr ([80.241.217.52]:37562) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDtge-00005o-EX for 43178-done@debbugs.gnu.org; Thu, 03 Sep 2020 14:10:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=AZRB9ZnNPy2dpkUnVaWsGhxMfGjgzKjKmAnMJUbiKVo=; h=date:in-reply-to: references:subject:cc:to:from; b=HwnL0bcgjEmybxizDMlBnDVKS14hHnhCHgJLE g6z5dUuPOWWFB3eYqchBGqK7cUn93jHKXpgM2jaYanbx6TDcu1vLN2Vk3oPV464rp2Hg60 wFoLKT387qneMB3rqj0I2Qc9tAdhThzuKY5M/Q1fVUgth7CA3eOp+0QTbR2kk50JyQZyqq gi/3HnFL7hSCjuHXdsNzb+pZNzHzuiP4h6bl6Gj6o00ajlueGmXVIBM/uZl4iuefhqHx82 YNGnMy1zt0aspf1YurvRcpTFGqOi3S/emBnpqkffG2tZlL8FtTWhZVzR+EG8hptifnyiqM Mxp8n5ui8KB63YDOeiaTGeVyA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id f41d2eb1 (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Thu, 3 Sep 2020 18:10:46 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: Michael Rohleder Subject: Re: [bug#43178] [PATCH] gnu: inxi-minimal: Update to 3.1.06-1. References: <20200903083855.1988-1-mike@rohleder.de> In-reply-to: <20200903083855.1988-1-mike@rohleder.de> Date: Thu, 03 Sep 2020 20:10:23 +0200 Message-ID: <87ft7yrasw.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: 43178-done Cc: 43178-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 Michael, Michael Rohleder =E5=86=99=E9=81=93=EF=BC=9A > * gnu/packages/admin.scm (inxi-minimal): Update to 3.1.06-1. Pushed as 257eb0ccb15f318def2c39ab6b99b8cc80a018d8. Thanks! T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX1Exjw0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15rgUA/1d+N9F+RY8gStF3gI1XBSwDopWS6jhlsRMoEGci PAaiAQDKcEszFEmPtfxu8CNxYIlmziFhwPpX7uYx828QaZ03Bg== =f1qC -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 03 14:11:35 2020 Received: (at 43178-done) by debbugs.gnu.org; 3 Sep 2020 18:11:35 +0000 Received: from localhost ([127.0.0.1]:36139 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDthv-00007y-FC for submit@debbugs.gnu.org; Thu, 03 Sep 2020 14:11:35 -0400 Received: from tobias.gr ([80.241.217.52]:37578) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDtht-00007p-FY for 43178-done@debbugs.gnu.org; Thu, 03 Sep 2020 14:11:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=okPYSotJMM/pyWQahiCfcA67cr22TkQhPjC0LhV0cn8=; h=date:in-reply-to: references:subject:cc:to:from; b=pwzxZSQ/e4A+flkcis9Wgt9oqAqSbya8wQm1A XjvhWpFFspAegbWVvh9lG9yfOB0GOnG41nrk+ooPe8dFbHhk1qPTt86dGfL67HG45t/Gxe B+ptpLqVrn/KPze8blsvEy2/zis3K1AA/yvrcIWoTEqVHgEMk7emYTzvLs4L5n566r2zx/ ElKe5HfNrTihvwMPqGzUf+xi7tlEEakhmtFSptxQixqP+1AucYV6eXEU2T8t49VTzPf+N3 Dqh9y3MTN6AcaZwyvnKgFXlCNDP/Gy/Bs0m5E8pqIv6vwuQ+JFmyDYIboJi4sxbU+J63l0 wre+4BTyNcQ31w6yquiIyUzhg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 4e277d45 (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Thu, 3 Sep 2020 18:12:05 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: Michael Rohleder Subject: Re: [bug#43178] [PATCH] gnu: inxi-minimal: Update to 3.1.06-1. References: <20200903083855.1988-1-mike@rohleder.de> <87ft7yrasw.fsf@nckx> In-reply-to: <87ft7yrasw.fsf@nckx> Date: Thu, 03 Sep 2020 20:11:41 +0200 Message-ID: <87d032raqq.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: 43178-done Cc: 43178-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 Tobias Geerinckx-Rice =E5=86=99=E9=81=93=EF=BC=9A > Pushed as 257eb0ccb15f318def2c39ab6b99b8cc80a018d8. Nope! wigust was exactly 2 seconds faster. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX1Ex3g0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15SHMBAOR4JfHly8cyDiMdEhWlFk1M4UfglYO2GF2mEXS+ fzm1AQCauEoOICqbxgCA3d7dRXqwbFxsucVEAAF5vXpVTLjRAQ== =/2+t -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 19:45:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 02 Oct 2020 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