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 sJ42AmOfYmZl8QAAqHPOHw:P1 (envelope-from ) for ; Fri, 07 Jun 2024 07:49:23 +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 sJ42AmOfYmZl8QAAqHPOHw (envelope-from ) for ; Fri, 07 Jun 2024 07:49:23 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=ZvkGTnzn; 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=1717739363; 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:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=K+INj/4Lmii906Zf0nuzNU2t+4WguPg+k+XRX7E7YCw=; b=hTtJekqLWE0rqkWJLUkRAckv+8TpjleY8GS3DWcEqgewQ1CMwet1oYmyx/3iSbgMWFyBH5 0MCbBTVjmVUAd4RN6eizRDPPjt8N3fih2OAl/TLvlD3MhCmjUrY3fedfwpwaGA6Ny5pXIS HPSMpawBaItDW1SIusghZ6ddZfN0QDwK6rFfzEMzEKk04oLfzolZcktYBhBy0/BWenTVsF kro+KNjcz1msOitAg1VJl/3xZjppMjka0kZXbbvJByEj92nzdhRp91+Maom7E4HzdaUHS7 n1JrX+HKdkVi2rs2PeVtHLumlYW83dYLqYGxH42zeqdoQ8oTi3csjer4AdEz8w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=ZvkGTnzn; 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=1717739363; a=rsa-sha256; cv=none; b=pWRUMHJwUU0Q6vykprkn/+sBa6QPj+4CrexiFTYRkMcMGzcmTmu79akCcZ5jXNnB6U1kkF DbbLceiTZiosdMcfXXh0bjcl/qyPlRbJdr1qEvzNsTvkSE/DVDocdldyQqn91m3QbnQEUT yXzy6DP3Gem5NsqfnhHdta1otU8ljWLgqMZb/X5HYv6+GZTNbZtrRDEcONS0sKYYqWESod bOu9z1IENc/S/cw3Zl4KdRNa9E0JFG1hrkq7OA/pP/CeMHRJ/YAM5aFrCezK2gyBmFUyW+ d/zHd1PmyVxn5TZTPdB5KMFmz4R1TTyH+68Ix9nhaltQCgcOivRqEyUTvToRjg== 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 4557B24D44 for ; Fri, 7 Jun 2024 07:49:22 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sFST5-00030z-Eu; Fri, 07 Jun 2024 01:48:51 -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 1sFST4-00030O-1E for guix-patches@gnu.org; Fri, 07 Jun 2024 01:48:50 -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 1sFST3-0001r5-PZ for guix-patches@gnu.org; Fri, 07 Jun 2024 01:48:49 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sFSTH-0006ZS-0l; Fri, 07 Jun 2024 01:49:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#70971] [PATCH v2 3/3] gnu: dhewm3: Update to 1.5.3. Resent-From: James Smith Original-Sender: "Debbugs-submit" Resent-CC: adam.faiz@disroot.org, liliana.prikler@gmail.com, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Fri, 07 Jun 2024 05:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70971 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70971@debbugs.gnu.org Cc: James Smith , Adam Faiz , Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= 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 70971-submit@debbugs.gnu.org id=B70971.171773930625120 (code B ref 70971); Fri, 07 Jun 2024 05:49:02 +0000 Received: (at 70971) by debbugs.gnu.org; 7 Jun 2024 05:48:26 +0000 Received: from localhost ([127.0.0.1]:50710 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sFSSf-0006X6-No for submit@debbugs.gnu.org; Fri, 07 Jun 2024 01:48:25 -0400 Received: from layka.disroot.org ([178.21.23.139]:59710) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sFSSd-0006Wt-KQ for 70971@debbugs.gnu.org; Fri, 07 Jun 2024 01:48:24 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 22CFD44E25; Fri, 7 Jun 2024 07:48:08 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TgqbY1TTup0A; Fri, 7 Jun 2024 07:48:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1717739287; bh=g0xmv9XD8vaYLgFCwCe4vvf+EwkMAHgr0SOVWhOfzCw=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=ZvkGTnzn/ltS3LvPqxFjqXFsX60K3zQ2qpHK93nFU4+CxNEyx/Eol4YvStjSLddRi k8cXEf2S8UTCJm9iQayqnmLopyVFNH+QexMB3QwMukcFIBnXcZ7LoQmeOd4gPO1ot+ l8D9gYTKYoEJdCVClOY1mzY/z6AZI93orsztDX6nru6E17Etq1p9tptwAjil9LLVHg e8QjcQvR5b0sAoFPlNFvdTDZZ5d+JxUOy3KH3MRneui/rgHGG7OtA5XnVlg5Wawq8H IqzMNi60/piYaOgCPHPCrb6tIWYu38ONQmlFEsQVhj6a8Y744HkmwsYdGryEo34VNh 61mby3IK3XOXw== Date: Thu, 6 Jun 2024 22:45:44 -0700 Message-ID: <7e3538bdb029fd6a12d696f857db70318e5adb93.1717739144.git.jsubuntuxp@disroot.org> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: James Smith X-ACL-Warn: , James Smith via Guix-patches From: James Smith 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: -4.84 X-Migadu-Queue-Id: 4557B24D44 X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -4.84 X-TUID: nyFzSvurPr8y * gnu/packages/game-development.scm (dhewm3): Update to 1.5.3. Change-Id: Iaf1b29540f87043ae6ceef9f3860e5c9331dd191 --- gnu/packages/game-development.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 45a0db95c2..c3a0cfbbd1 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -3099,7 +3099,7 @@ (define-public warsow-qfusion (define-public dhewm3 (package (name "dhewm3") - (version "1.5.2") + (version "1.5.3") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/dhewm/dhewm3") @@ -3107,7 +3107,7 @@ (define-public dhewm3 (file-name (git-file-name name version)) (sha256 (base32 - "056prmry1lag1pandcw058y5yzbah80ccmz8qlmlx9siz8zlxqyw")))) + "1zbwhrngmgb0969izmxididyx892qk7591aa9mbigakw6dvmlm84")))) (build-system cmake-build-system) (arguments (list #:tests? #f ; No tests. -- 2.45.1