From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id aLDbEHhIXWacKwAAqHPOHw:P1 (envelope-from ) for ; Mon, 03 Jun 2024 06:37:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id aLDbEHhIXWacKwAAqHPOHw (envelope-from ) for ; Mon, 03 Jun 2024 06:37:12 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=envs.net header.s=modoboa header.b=jseQPuHe; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1717389432; 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-type:content-type: 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=W6kakRUAoUakRnB7Ea6C7hyoIobfGjyLEyIwfFDJGFo=; b=bFrZOLpGQbGocOWuRthd3xj0XkYYc82JrtuOP/uRbCCe/7vILjzL3nGz7uNwuOxbGG0kqM mNhiP0UNPQg75EYLw56GsiCQ+m+oBnr0qce/1R+gWQAqxN9yeD30N2kiMwrGWZ9KYfcwqi gjDQalPOZVHfOkHq2IVsJ/5NfMRNbzOh3lZKrd7lUk7m4l+IAx05Xa540iWqBE/G9dGUT4 Js73VsO3S1rSzXtceN5Z/iPIZV3guvL4UcibmVhvVzL/zh1L+6uHwHaSLVW4iS1x70bPf5 RvGmiD9yqoXQ1owngT5NNigBWPh08jfO7oxn7EoCeDAMnw1zasf67kRbH3fKHw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=envs.net header.s=modoboa header.b=jseQPuHe; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1717389432; a=rsa-sha256; cv=none; b=T14LbPC0rohPBGBXo1N62bw6EYSz1ny5vXMmEUEaTgP7V0sL8hkyi8r+Fh63sGOnCWNfZc 9EmLiIw7tjOi/0/my9lVrYaGdyxvMTIqoa976cq4wW0mxLXmBaI4Ia16fqmTyIhM92+aDJ PNRnhHouBAsvnrHW/OSUP4mMTG8sBJ+N6bbnXHTD7PtAlpTsXEtrDPbqpzDotQwZm3Szon KJEcve76GN8grxkcrZwnthkBgNCCr+nubS3OxQ+fdDyKrHs/Y/uE+mf8/LOplCqz4zyJ9f DwxF5xudtcfZGInWae/CFFVIpBzRZvm0IyqAZz8GV8Y1zI0uteiH0SlA/m+W4Q== 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 79696CD56 for ; Mon, 3 Jun 2024 06:37:10 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sDz9v-00055L-FN; Mon, 03 Jun 2024 00:18:59 -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 1sDyzB-0002bY-4y for guix-patches@gnu.org; Mon, 03 Jun 2024 00:07:58 -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 1sDyzA-0000pC-1z for guix-patches@gnu.org; Mon, 03 Jun 2024 00:07:52 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sDyzK-0006Kd-6g; Mon, 03 Jun 2024 00:08:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71329] [PATCH 0/2] opensurge: Update to 0.6.1.1 Resent-From: iyzsong@envs.net Original-Sender: "Debbugs-submit" Resent-CC: adam.faiz@disroot.org, liliana.prikler@gmail.com, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Mon, 03 Jun 2024 04:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 71329 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 71329@debbugs.gnu.org Cc: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= , Adam Faiz , Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Adam Faiz , Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by submit@debbugs.gnu.org id=B.171738768024327 (code B ref -1); Mon, 03 Jun 2024 04:08:02 +0000 Received: (at submit) by debbugs.gnu.org; 3 Jun 2024 04:08:00 +0000 Received: from localhost ([127.0.0.1]:39544 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sDyzI-0006KI-5s for submit@debbugs.gnu.org; Mon, 03 Jun 2024 00:08:00 -0400 Received: from lists.gnu.org ([209.51.188.17]:38370) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sDyzC-0006Jt-BG for submit@debbugs.gnu.org; Mon, 03 Jun 2024 00:07:58 -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 1sDyyx-0002Th-On for guix-patches@gnu.org; Mon, 03 Jun 2024 00:07:40 -0400 Received: from mail.envs.net ([5.199.136.28]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sDyyu-0000n3-Hw for guix-patches@gnu.org; Mon, 03 Jun 2024 00:07:39 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 471DB38A37CE; Mon, 3 Jun 2024 04:07:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1717387653; bh=W6kakRUAoUakRnB7Ea6C7hyoIobfGjyLEyIwfFDJGFo=; h=From:To:Cc:Subject:Date:From; b=jseQPuHevTHMn3ZV7IIEW8qw4IIhqOlF0yUMfnmViGT50id/ITHgBJyw5KuUjkMEM nBPeD8gyBxy4bax9ThbxlS76aOnV8H98gdTM+PyjNZoKTIl2HwqibdMEr7GcA7JSRn SgpvJ0TFu7HR/VdDVg54xk0BHssUDg1YygPA82DsWrMqJTHErBFx3cp/k1WasWiYMS F9+RLgu1uDbgTUHRbhSJuKDGTMvrBfA4JqFMa9CKCEAA5yx71YSjpw6F+gtVasWj1e vfbUQcE6EQUDvzMC9eZszhTib+hBRHybJkZ/r3ffPBNQEbT1WQWyxDEpDcPrOXG3t6 HIBWaeknzC8lLvwpDg37EcL/mN+bC1u6JM2mHDKbg+6vPssIV57oLUM7deTSc7VGoy bvpmjSyvS9X53np9B9AYPKyW44THexjXh+rmyIRSTtZ7HBnXJ98bfn62tLdO2VhQPs N0sK+nUTnLBUF51iox17mnIRp6hXCWJJZ7rJu03AcGBJMHpO9nU1JApDqg+2k8o1y4 9Z16kqJbKSA9XQf7cYJXdsuYZRE/lADF3CFMAnoZKRRN9t8MbCP+CKN+QbM5yRzuEh y83A8UFeSZeQIem8R3D/JnAfu4X1496LnNOYqr2YDeJ5DiXo0l5usp8SzSCSFmBUXA 3QHhKOAz1d0yGXYyJtqG9BEs= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id FWABjDqxHYuD; Mon, 3 Jun 2024 04:07:30 +0000 (UTC) Received: from localhost (unknown [36.170.45.120]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Mon, 3 Jun 2024 04:07:30 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 38e2fcf8; Mon, 3 Jun 2024 04:07:25 +0000 (UTC) Date: Mon, 3 Jun 2024 12:07:18 +0800 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=5.199.136.28; envelope-from=iyzsong@envs.net; helo=mail.envs.net 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, T_SCC_BODY_TEXT_LINE=-0.01 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: iyzsong@envs.net X-ACL-Warn: , iyzsong--- via Guix-patches From: iyzsong--- 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-Country: US X-Migadu-Flow: FLOW_IN X-Spam-Score: -5.54 X-Migadu-Queue-Id: 79696CD56 X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -5.54 X-TUID: 5AxltrPSKwxN From: 宋文武 *** BLURB HERE *** Sou Bunnbu (宋文武) (2): gnu: surgescript: Update to 0.6.0. gnu: opensurge: Update to 0.6.1.1. gnu/packages/game-development.scm | 4 ++-- gnu/packages/games.scm | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) base-commit: 834a4195241806784d4b321b95f06d85f458ce18 -- 2.41.0