From unknown Thu Jun 19 14:14:15 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#58197 <58197@debbugs.gnu.org> To: bug#58197 <58197@debbugs.gnu.org> Subject: Status: [PATCH] gnu: julius: Update to 1.7.0. Reply-To: bug#58197 <58197@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:14:15 +0000 retitle 58197 [PATCH] gnu: julius: Update to 1.7.0. reassign 58197 guix-patches submitter 58197 Timotej Lazar severity 58197 normal tag 58197 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 30 13:08:55 2022 Received: (at submit) by debbugs.gnu.org; 30 Sep 2022 17:08:55 +0000 Received: from localhost ([127.0.0.1]:42830 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeJVO-00058b-W8 for submit@debbugs.gnu.org; Fri, 30 Sep 2022 13:08:55 -0400 Received: from lists.gnu.org ([209.51.188.17]:57686) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeJVM-00058L-0U for submit@debbugs.gnu.org; Fri, 30 Sep 2022 13:08:53 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49762) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oeJVL-0001TE-E8 for guix-patches@gnu.org; Fri, 30 Sep 2022 13:08:51 -0400 Received: from araneo.si ([2001:15c0:2110:3400::2]:46866) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oeJVJ-0000gA-8G for guix-patches@gnu.org; Fri, 30 Sep 2022 13:08:51 -0400 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id 83303a04 for ; Fri, 30 Sep 2022 17:08:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20180623; bh=AT5HT+OHypwOW3IyRG+cK9RroZY=; b=W5ld/8pK4CKARziT JcxX/X3Y6+ZafrQOeu/dNNtQS/g/2hmHKNJ64A6qSpHwNtBwk7NsPsZqClJmZFYx Cy3nCrgv1xb4VJTks8XGZTbwGMfvxFqQPhLyCiP5y91fu9FC9/ufsm7fwpATdfrg luFU0LoIsvUkr0eblNwRcegC7O7BU/MfwS2zvDibzK+X2noQBRm8L6l8qOOp5QBj wtV9JVhflyADLFnU165Qf5ewNYrUbzFUOwaicXak47xUEsEPt7ml8LCZPJ9gRttq GCF5T8+eyINRWan3lAZyoRf/ZYHHZS5UH4rub43Y/WHL0F3flCPbhJm5GFfambhx DKLerw== Received: by araneo.si (OpenSMTPD) with ESMTPSA id 9a0359d1 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 30 Sep 2022 17:08:41 +0000 (UTC) From: Timotej Lazar To: guix-patches@gnu.org Subject: [PATCH] gnu: julius: Update to 1.7.0. Date: Fri, 30 Sep 2022 19:08:32 +0200 Message-Id: <20220930170831.31397-1-timotej.lazar@araneo.si> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:15c0:2110:3400::2; envelope-from=timotej.lazar@araneo.si; helo=araneo.si 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_PASS=-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: Timotej Lazar 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/games.scm (julius): Update to 1.7.0. --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8d569b013f..67e72805e2 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1555,7 +1555,7 @@ (define-public joycond (define-public julius (package (name "julius") - (version "1.6.0") + (version "1.7.0") (source (origin (method git-fetch) @@ -1564,7 +1564,7 @@ (define-public julius (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0nfdn8n6ywhm69ckz9a1chl5xxiqyaj3l337wadsbppnpscjihrc")) + (base32 "0w7kmgz9ya0ck9cxhsyralarg7y6ydx4plmh33r4mkxkamlr7493")) ;; Remove unused bundled libraries. (modules '((guix build utils))) (snippet -- 2.37.3 From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 06 17:16:31 2022 Received: (at 58197-done) by debbugs.gnu.org; 6 Oct 2022 21:16:31 +0000 Received: from localhost ([127.0.0.1]:33705 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogYEJ-0005n0-GY for submit@debbugs.gnu.org; Thu, 06 Oct 2022 17:16:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogYEH-0005mn-Lj for 58197-done@debbugs.gnu.org; Thu, 06 Oct 2022 17:16:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53088) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogYEC-0004Mj-70; Thu, 06 Oct 2022 17:16:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=rE+vys/ViNrHG2fNg6p/Cp6VebxT1/AQbbPqCWWXItM=; b=VlX+Tz3sIqlXJGeDOfVB tabJyRIMUQITpmBvs6Uwgxb45NUWSRxDxJrgucM2xyMRz/thRCMiHz0Tdp2ksSRmxKqaRktzE/IRN EW74tApg8+J8VWagmSHmGyqLfhpyNKanN11spcN+Cv5XNa71JuACBPn1nd3WuOxSwnlo2mPSpQBF7 sl7d5Ex7pZczhnhCEgCCpJ5MxwEJeJkd8MHrjww4lk0hntKMvAs/deJd+IbeqPlYNRd1yHKohabKY idEiu0oTaRKPfghysJNBRtKO0TXHnv3nUBK2pv8eWaqUNIyWYOE+kmZSZb1ag+ta9wp3TO0bdeBLL 7BODK+CKOM/ksQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54278 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogYEB-00045f-0O; Thu, 06 Oct 2022 17:16:23 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Timotej Lazar Subject: Re: bug#58197: [PATCH] gnu: julius: Update to 1.7.0. References: <20220930170831.31397-1-timotej.lazar@araneo.si> Date: Thu, 06 Oct 2022 23:16:21 +0200 In-Reply-To: <20220930170831.31397-1-timotej.lazar@araneo.si> (Timotej Lazar's message of "Fri, 30 Sep 2022 19:08:32 +0200") Message-ID: <87v8owfyai.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58197-done Cc: 58197-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 (---) Timotej Lazar skribis: > * gnu/packages/games.scm (julius): Update to 1.7.0. Applied, thanks! From unknown Thu Jun 19 14:14:15 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, 04 Nov 2022 11:24:15 +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