From unknown Mon Aug 18 14:20:29 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#51378 <51378@debbugs.gnu.org> To: bug#51378 <51378@debbugs.gnu.org> Subject: Status: [PATCH] gnu: leocad: Update to 21.06. Reply-To: bug#51378 <51378@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:20:29 +0000 retitle 51378 [PATCH] gnu: leocad: Update to 21.06. reassign 51378 guix-patches submitter 51378 Felix Gruber severity 51378 normal tag 51378 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 24 13:29:10 2021 Received: (at submit) by debbugs.gnu.org; 24 Oct 2021 17:29:10 +0000 Received: from localhost ([127.0.0.1]:40673 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mehIz-0000qK-T9 for submit@debbugs.gnu.org; Sun, 24 Oct 2021 13:29:10 -0400 Received: from lists.gnu.org ([209.51.188.17]:44918) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mehIv-0000q5-IJ for submit@debbugs.gnu.org; Sun, 24 Oct 2021 13:29:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57098) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mehIv-0000Y9-Bw for guix-patches@gnu.org; Sun, 24 Oct 2021 13:29:05 -0400 Received: from mout02.posteo.de ([185.67.36.66]:53337) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mehIs-0007Lh-7N for guix-patches@gnu.org; Sun, 24 Oct 2021 13:29:04 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 58ABD240101 for ; Sun, 24 Oct 2021 19:28:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1635096537; bh=hTBoifZjv6UuGhmE7mi9xknnCxSVyep1xHqb25Aq+f8=; h=From:To:Cc:Subject:Date:From; b=dg9mDshOMe76W1LvxIp1pUmX/8L8y4Fn9FtgH2exMVmvTyVDRmzlSgCSSnOoEila8 8grP0e3uCaogtnfvaKoAEyhITYm72Wc8vxP/HXCBS0rH9kjaA3yM4UXGDfmqcUNQdS RNkgb5S34itXpRLozvYRS9I8Exo9565EX57NPANNX5+YvyBy7YbplUFD9AuKULVrQb HWaEtVtxSZYLZ1QLbJT/T5ku0zHL67N5DZnkhUFIjpioKCHOrDZ5ms+xRSNxIRU6tJ CIj8suRLeNYM93x6QR/PuTolD57sHqZUdB3852OZNHAW+Aqs54nQ9lqGPIQs/+vGdO kpS5xsE/krzXw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HclS81xtkz6tmB; Sun, 24 Oct 2021 19:28:56 +0200 (CEST) From: Felix Gruber To: guix-patches@gnu.org Subject: [PATCH] gnu: leocad: Update to 21.06. Date: Sun, 24 Oct 2021 17:28:33 +0000 Message-Id: <20211024172833.10606-1-felgru@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=felgru@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, 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/lego.scm (leocad): Update to 21.06. --- gnu/packages/lego.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/lego.scm b/gnu/packages/lego.scm index 5b72c0e0be..6d4e243054 100644 --- a/gnu/packages/lego.scm +++ b/gnu/packages/lego.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016, 2017, 2019 Eric Bavier ;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice +;;; Copyright © 2021 Felix Gruber ;;; ;;; This file is part of GNU Guix. ;;; @@ -100,7 +101,7 @@ restrictions that stem from limitations of the standard RCX firmware.") (define-public leocad (package (name "leocad") - (version "19.07.1") + (version "21.06") (source (origin (method git-fetch) (uri (git-reference @@ -109,7 +110,7 @@ restrictions that stem from limitations of the standard RCX firmware.") (file-name (git-file-name name version)) (sha256 (base32 - "02kv1m18g6s4dady9jv4sjivfkrp192bmdw2a3d9lzlp60zks0p2")))) + "1ifbxngkbmg6d8vv08amxbnfvlyjdwzykrjp98lbwvgb0b843ygq")))) (build-system gnu-build-system) (native-inputs `(("qttools" ,qttools))) ; for lrelease -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 31 06:12:34 2021 Received: (at 51378-done) by debbugs.gnu.org; 31 Oct 2021 10:12:34 +0000 Received: from localhost ([127.0.0.1]:59067 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mh7pK-0001PR-7r for submit@debbugs.gnu.org; Sun, 31 Oct 2021 06:12:34 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:54828) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mh7pH-0001PG-1S for 51378-done@debbugs.gnu.org; Sun, 31 Oct 2021 06:12:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=F+Oq9GVXjgsvC4xwNpMV3sTbiNkRP05+Xs5iAXI7CbY=; b=FPC8Px6LIAmOLg4ZDEwYhR50va //uNPP73CIFyKzXGwdd9J2yu1bv8y+Pea0Hxu57eLmIoEfcJp5BD+OQHalGa7eD191+K5hmsX7GeZ x6C+Ix/3FbCEFp5Wxk1t/SxTdlZgPrHNwqOPO9eTLfzdEANuvSG+xd8vtoDU/FUn7aX3UVGo6ySH2 7tXI/UlDI886kDYIWTOZjLKaWlco6nEeQLNZYuDAsckA62fjJYU6W5NfntWnNYR/xCwVsRpahrG36 TQNDlYNMrL/WnB0hV6HIaO9ta64VmYi788m9zwSewZZpi3OnvwKuNkHy0cPXb1JxDzve2Vk7iTSt6 BoB8+n0A==; Received: from [192.168.2.1] (port=60086 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1mh7pE-0004RD-BS; Sun, 31 Oct 2021 15:42:28 +0530 From: Arun Isaac To: Felix Gruber Subject: Re: bug#51378: [PATCH] gnu: leocad: Update to 21.06. References: <20211024172833.10606-1-felgru@posteo.net> Date: Sun, 31 Oct 2021 15:42:21 +0530 Message-ID: <87v91dsdtm.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51378-done Cc: 51378-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: -1.0 (-) --=-=-= Content-Type: text/plain Hi Felix, Thanks for the patch! I applied it on master. Regards, Arun --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmF+bAUbHGFydW5pc2Fh Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuzAhIH/ivFJRzZhjdHUguWSfDg tZRLTPXDNHtiF2shfbiQ98DM2iJv3F0PuhrdLZmyFduHrNbU55kkXjcDUHngL2a+ CyXPnHlFsCh4IXHKDrIr29WvuVLFZSIJ/6dHzqwCItsqXRJm/o9JJjJIRefJ0XfV ZwCkHz0RfB6kju0c7gd9GTLV5BhU8dEAg2n2CB2L/nSv1NNtlvOF8vN/KEQVGJeV QmxAy3l2VOwL9Vsnrq7u5tONl5PbZ6ba/eZikfxupCwIY3PWv8NSNQJlGKb0at0/ prEZW8XtNwE0uDUTfJLb4sOsNVNoSbYvjt7lX3Tgi3UfaW08FkbXCKBU0n+Wg75e xw0= =/EmW -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Aug 18 14:20:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 28 Nov 2021 12:24:08 +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