From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id MKttFnNmeGYkhQEAqHPOHw:P1 (envelope-from ) for ; Sun, 23 Jun 2024 18:16:19 +0000 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id MKttFnNmeGYkhQEAqHPOHw (envelope-from ) for ; Sun, 23 Jun 2024 20:16:19 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lostca.se header.s=anamika header.b=RBfDTApu; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1719166579; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=txEQYTG5Nm+CYPRD96lpJmB1q4E5x4mR60NThnJTQbk=; b=OtLlDphvGQsd3KXwaQ6uZoN4Eeopoe0HHUjs4zBgAVyC8xJewrrbBXv811GAYKN5ICa4x0 kPEEHl+6Yq37zzUeKxk6S776PAxtgBvl/PrcXAFNFrT4fEyOXKGvRma+ucoYc9AEnl8TsC 0lfnkxeKE1fSMJph/HOlur6MkDMhLbmWDAvlNC+I+fojUFrwftmK2KtvODR2+RuJJecrN1 xtHiEub5GcI/RmKgISgp29lmpROFeuNlTsKNYYsxPh9zyDF3c24liEVdOHYdqn05u0iefQ WJIunEqd53dZ8GbLMVhywBUgUaqdxM3lsoMi27C0MAJjFsvrhJc/s4aFxfwB8A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1719166579; a=rsa-sha256; cv=none; b=uHRVbM3SLdnhfYwoV66UDDwvvZHvWitw0PtOI/Z6dRW0Dib27M+j3+jMmSQc9/2E/QkCXr DRF+u4bPZOz4NUMZORfszPrXw9Mptdk/x3MeJNON14dMBVj5mT50sdg7VfBSxKvCqNWbWc O6xK3sa8juYnLsmnde3Gc0x5SWK10+cP20i6QE4pnRLCtnfRrMCvbE5BAAsSs4AMR7vAo8 oqbq+F2KiQgalW6FTshDHcky6taO448y1HycyUR7ndKdYPMXBsaUqoKRfnxNnB/JRFay0O UlYd81mlDzWqfwFey/ZTBRj1wptRZdKAHkXxuEItgGFlZtF68vD3kIcD404lpA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lostca.se header.s=anamika header.b=RBfDTApu; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0607B74B0D for ; Sun, 23 Jun 2024 20:16:19 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sLRkx-00008d-0s; Sun, 23 Jun 2024 14:16:03 -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 1sLRkv-00008M-Oy for guix-patches@gnu.org; Sun, 23 Jun 2024 14:16:01 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sLRkv-0000JS-Gl for guix-patches@gnu.org; Sun, 23 Jun 2024 14:16:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sLRkv-0000RP-Oh for guix-patches@gnu.org; Sun, 23 Jun 2024 14:16:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71737] [PATCH] gnu (gauche): Update to 0.9.15. Resent-From: ashish.is@lostca.se Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 23 Jun 2024 18:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 71737 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 71737@debbugs.gnu.org Cc: Ashish SHUKLA X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17191665191584 (code B ref -1); Sun, 23 Jun 2024 18:16:01 +0000 Received: (at submit) by debbugs.gnu.org; 23 Jun 2024 18:15:19 +0000 Received: from localhost ([127.0.0.1]:44132 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sLRkF-0000PS-3s for submit@debbugs.gnu.org; Sun, 23 Jun 2024 14:15:19 -0400 Received: from lists.gnu.org ([209.51.188.17]:59362) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sLRkD-0000PJ-Jh for submit@debbugs.gnu.org; Sun, 23 Jun 2024 14:15:18 -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 1sLRkB-0008Ts-Uk for guix-patches@gnu.org; Sun, 23 Jun 2024 14:15:15 -0400 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sLRk9-0008Sv-O3 for guix-patches@gnu.org; Sun, 23 Jun 2024 14:15:15 -0400 Received: from localhost.localdomain (152.red-81-35-35.dynamicip.rima-tde.net [81.35.35.152]) (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 3004914308; Sun, 23 Jun 2024 18:15:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1719166501; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=txEQYTG5Nm+CYPRD96lpJmB1q4E5x4mR60NThnJTQbk=; b=RBfDTApuo9D6jMWU0giawSkabY3nt1+LtRgYPGM4pm78pq2QJo+1m/BlkiCcbU27c+52zs EdO+QKYvvO4l1fzuutmRzRWxxHkuHK+FhJyzPqh0D8Y7NcPw24u+6cRD2gMyxVgRq1Py7d lqU7fiy1WmLBpC3mRr1YHPbLYiB/Q34= Date: Sun, 23 Jun 2024 20:14:27 +0200 Message-ID: <1a156f0599e00485d2be242cfab5b96390be0659.1719166467.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; 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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: ashish.is@lostca.se X-ACL-Warn: , "ashish.is--- via Guix-patches" From: "ashish.is--- via Guix-patches" via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -3.56 X-Spam-Score: -3.56 X-Migadu-Queue-Id: 0607B74B0D X-Migadu-Scanner: mx11.migadu.com X-TUID: bzNt0YkF8hNZ From: Ashish SHUKLA * gnu/packages/scheme.scm (gauche): Update to 0.9.15. Change-Id: I63da9600fc162c3f9ab02f35c509c7402b7406ca --- gnu/packages/scheme.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 47754800f9..8bf72deb23 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -1085,7 +1085,7 @@ (define-public femtolisp (define-public gauche (package (name "gauche") - (version "0.9.12") + (version "0.9.15") (home-page "https://practical-scheme.net/gauche/index.html") (source (origin @@ -1095,7 +1095,7 @@ (define-public gauche (string-replace-substring version "." "_") "/Gauche-" version ".tgz")) (sha256 - (base32 "05xnym1phg8i14bacip5d0d3v0gc1nn5mgayd5hnda873f969bml")))) + (base32 "10zpbbikkcpdzk6c52wkckiyhn7nhnqjv2djdzyjr0n8qxxy4hrn")))) (build-system gnu-build-system) (inputs (list libatomic-ops slib zlib)) base-commit: bf1e063be350c611022c1430f3a7f1f42005de7f -- 2.45.2