From unknown Sat Jun 21 03:08:36 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#58691 <58691@debbugs.gnu.org> To: bug#58691 <58691@debbugs.gnu.org> Subject: Status: [PATCH] gnu: oil: Update to 0.12.7. Reply-To: bug#58691 <58691@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:08:36 +0000 retitle 58691 [PATCH] gnu: oil: Update to 0.12.7. reassign 58691 guix-patches submitter 58691 Felix Gruber severity 58691 normal tag 58691 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 21 13:31:50 2022 Received: (at submit) by debbugs.gnu.org; 21 Oct 2022 17:31:50 +0000 Received: from localhost ([127.0.0.1]:38992 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olvs6-0001GC-3V for submit@debbugs.gnu.org; Fri, 21 Oct 2022 13:31:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:58630) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olvs3-0001G3-Jx for submit@debbugs.gnu.org; Fri, 21 Oct 2022 13:31:49 -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 1olvs3-0006sZ-Dg for guix-patches@gnu.org; Fri, 21 Oct 2022 13:31:47 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olvs1-0001EQ-7n for guix-patches@gnu.org; Fri, 21 Oct 2022 13:31:47 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 83D88240026 for ; Fri, 21 Oct 2022 19:31:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1666373501; bh=uLgGX2LcU0qjAnMa0I2CAYA3q7qtkP3y8HTgkWE2Q34=; h=From:To:Cc:Subject:Date:From; b=ZrVfZEbafUIP7Y0IONiCofzn8J1qzEPSEJ8X5h3xzSqE+yaqRvV2J+MHiDNuoKcoR eUaJQ+tRLiOIRjFZ6hYKdw7/hHZQYZZwRKJ6Q2QH+lYnbo+6mKPFi3y9dIx3KEn/9S zQ3p12KLqpPN9IpPCKT0uj0hGAM2uD7dufe5pksqRkaanorz/NT9zmv5IHURuqVAqw pg76ik67xExYryI36HKk9uKGGSGdOLUxevbwl443wX5P5p1v2t2yPVMd/kX9ApD0e7 +jukkNJp+W6XQTj0x3TRKi+IzrM4xjQio1vjPwRrNoBnzMfJCC7yE7OWCurS6ss5l1 e7YSKHmmlZ5DA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4MvBND6wGtz9rxL; Fri, 21 Oct 2022 19:31:40 +0200 (CEST) From: Felix Gruber To: guix-patches@gnu.org Subject: [PATCH] gnu: oil: Update to 0.12.7. Date: Fri, 21 Oct 2022 17:31:16 +0000 Message-Id: <20221021173116.26358-1-felgru@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=felgru@posteo.net; helo=mout01.posteo.de 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, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Felix Gruber 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 (--) * gnu/packages/shells.scm (oil): Update to 0.12.7. --- gnu/packages/shells.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 9791a7dd97..cc34f0a0a0 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -849,7 +849,7 @@ (define-public mksh (define-public oil (package (name "oil") - (version "0.12.4") + (version "0.12.7") (source ;; oil's sources contain a modified version of CPython 2.7.13. ;; According to https://www.oilshell.org/blog/2017/05/05.html @@ -862,7 +862,7 @@ (define-public oil (uri (string-append "https://www.oilshell.org/download/oil-" version ".tar.gz")) (sha256 - (base32 "1ck59fs2mkid4d9fss6kplvv0aiimsr9m3gv75ckivb376sd8pmc")))) + (base32 "02p8w2rpwb8i4lwl2ah5whchn0lihc6hgbmnp0yr0jv4f0r3mgby")))) (build-system gnu-build-system) (arguments (list #:strip-binaries? #f ; strip breaks the binary -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 26 11:19:11 2022 Received: (at 58691-done) by debbugs.gnu.org; 26 Oct 2022 15:19:12 +0000 Received: from localhost ([127.0.0.1]:55100 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oniBT-0003w3-Kt for submit@debbugs.gnu.org; Wed, 26 Oct 2022 11:19:11 -0400 Received: from mail-wr1-f45.google.com ([209.85.221.45]:42821) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oniBQ-0003uz-0h for 58691-done@debbugs.gnu.org; Wed, 26 Oct 2022 11:19:08 -0400 Received: by mail-wr1-f45.google.com with SMTP id bp11so26360538wrb.9 for <58691-done@debbugs.gnu.org>; Wed, 26 Oct 2022 08:19:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender:from:to :cc:subject:date:message-id:reply-to; bh=u/xXZpOVFGyJr2YtwLtZzlYZqs/C1XT3nedQ6OU3Fyk=; b=fR5xl6H40BNprZ9+qUZdkve38FlyOZ0auClerNelZHk0BBa16kZJ7QUOEegep8+80L tda3g9Tm02SXrML/H9hUo3r4QKrhDrfMFMe/MONNmtoHI4IOmKmV5VTWMFRPE5WgaJBn kzWNYANXTruIPWWG77plGwySr8nIc4FePAcZByljXec0kJMVqIZg13AZ1W/ts+5Qlww+ SJEcIR7HSzPYXQTgy0miPx4VH7546FvEdhIgMf1pk5ec+/G+9jFd2bpv7JHuxBUd4BIa btK565Mk/B9zWKL/JLjbnxSwfaqzMr/gO3R8/ikuyd+5/TmZA2xhYvj5qKNs4tiO/oi9 CiAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=u/xXZpOVFGyJr2YtwLtZzlYZqs/C1XT3nedQ6OU3Fyk=; b=XJ4WTVvMsSa7GmlUfbu+ATcBe7pgSS8zJMd9J9QkictqZhIEUTPvxJzbGy9SFfh2zf TjJzAsOWN8YzDjpeMBHKXbpMpNYxPpqM5cZueE/dyqLdPhAv/pjdG74yVYdXGsU6i6C9 MBZ4l7DRqCnGnEAT03ykJA3uzwiO/mik3DHhW4jMGjWnGyNe704ZeBhz3sBS23vNcRFZ g3YizvRYCf/M/kTMECplEQkNyNMwfdkRN3CWHabtd3mR0M6EhfqsC1GfTXeoo3ICRrea 2mO2s2R3nIYxyLk1bX+FcDyZI8tJLET6XNxfbnAfRHK3jenHkfPbGGyOOJ6HbvQHLGS/ T75A== X-Gm-Message-State: ACrzQf0kShXwKKsMNm2Y6SdfsyS1Fmgub7o5mWcsb2Bljc0AyuTxUPib gYd0DQPt8Bb2a5MSCMHMfDMdvGZ4FHY6XShG X-Google-Smtp-Source: AMsMyM5qRIBBsYyuOiXc/gWL5DT8LiP8ttHwFwA6gbBhfPFYlgD+bEqXAU9IKEPxwDI+TOcNZSKCZw== X-Received: by 2002:a5d:64c3:0:b0:236:695d:39f7 with SMTP id f3-20020a5d64c3000000b00236695d39f7mr13876036wri.614.1666797542480; Wed, 26 Oct 2022 08:19:02 -0700 (PDT) Received: from localhost ([141.226.15.67]) by smtp.gmail.com with ESMTPSA id bg33-20020a05600c3ca100b003a6125562e1sm2197285wmb.46.2022.10.26.08.19.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Oct 2022 08:19:02 -0700 (PDT) Date: Wed, 26 Oct 2022 18:15:34 +0300 From: Efraim Flashner To: Felix Gruber Subject: Re: [bug#58691] [PATCH] gnu: oil: Update to 0.12.7. Message-ID: Mail-Followup-To: Efraim Flashner , Felix Gruber , 58691-done@debbugs.gnu.org References: <20221021173116.26358-1-felgru@posteo.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="A4aFRU/gWD2hct5L" Content-Disposition: inline In-Reply-To: <20221021173116.26358-1-felgru@posteo.net> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 58691-done Cc: 58691-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: -0.5 (/) --A4aFRU/gWD2hct5L Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Looks good. Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --A4aFRU/gWD2hct5L Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmNZTxYACgkQQarn3Mo9 g1E6MRAAg05rXgYyTewi2GWO5+x/7/cExXn2jc1fGfz5W1HKL0eibrWKO6BsTPHK WOwG3PW1pzrlfS+Ia2eY/C6nhk27I4c4/xA6W0SMNuAib3vGJPAQbL5j8ECbG01W Wrj8njc90Zqie/2I+FLVL3yqV1/X+bpktHWuGLQ6vDzm+BSIl7ZOk452vTWfTetw 7HT5wmFCNC67cU1Yw4sTaHb4KxAY4/UJFgtyG0q/QNINfTGNO6eIMUBWNj6m3BMN Txh3cp8tM7zOvg0dHudt6kERalqD5EaqbcWSa+5SXoo3o6KIr4Ln//9IxjQ+zCIY i+/z8Vtd1if6aZgbfB+66CPHNSTk395mrUHpb8xZFLxe7ILKoIksHHbZ4CQJfJLb Btaatbe4H/aXGcKK4lh3nqAc8R/XowAv3qQYwMUu22wXLM9thQyAm+vvI9mpdQ9m MX5GBdA4zxAyYo/catzo0ghWDyJ0jCHqh4bQzj0uRf5/0NftGr/tccUT9M8yaRPS LRCF8padr8sggRkXYQXN9PJ5onMk0v/MpXqbEDbyQyW3j3kzWpKxtBtAocl4sPr8 0mv8ReqyKcx0ts5xXIAuygvsQL6CNv/QuJGjDixE+bgh2/43cITtuwys4WLLuipO hnybIvy8hkQCLEpn3V/pwKDepvgds92nCT1QAWTdOjPGvRSmsNY= =yN6r -----END PGP SIGNATURE----- --A4aFRU/gWD2hct5L-- From unknown Sat Jun 21 03:08: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, 24 Nov 2022 12: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