From unknown Tue Aug 19 10:00:00 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#71546 <71546@debbugs.gnu.org> To: bug#71546 <71546@debbugs.gnu.org> Subject: Status: [PATCH 1/2] gnu: cl-triads: Update to version 0.0.1. Reply-To: bug#71546 <71546@debbugs.gnu.org> Date: Tue, 19 Aug 2025 17:00:00 +0000 retitle 71546 [PATCH 1/2] gnu: cl-triads: Update to version 0.0.1. reassign 71546 guix-patches submitter 71546 Charles severity 71546 normal tag 71546 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 14 02:42:38 2024 Received: (at submit) by debbugs.gnu.org; 14 Jun 2024 06:42:38 +0000 Received: from localhost ([127.0.0.1]:39621 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sI0dy-0000Nh-4D for submit@debbugs.gnu.org; Fri, 14 Jun 2024 02:42:38 -0400 Received: from lists.gnu.org ([209.51.188.17]:42076) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sI0du-0000NP-2p for submit@debbugs.gnu.org; Fri, 14 Jun 2024 02:42:36 -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 1sI0dt-0004MJ-P9 for guix-patches@gnu.org; Fri, 14 Jun 2024 02:42:33 -0400 Received: from syn-076-187-193-118.res.spectrum.com ([76.187.193.118] helo=mail.charje.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sI0do-0005vS-T2 for guix-patches@gnu.org; Fri, 14 Jun 2024 02:42:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=charje.net; s=dkim6; t=1718346885; 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=gh9RO9sZG4zHI0roXQCYAZ3bghH9dgwuvBfHeMKsp9I=; b=dnowU77m5vqG05UsifFsViEDR16mTMwAgkKRN4kT+rEy1sSl+dPC1cIc7NW6bvs8+ipnTZ Q/SAhzuKiAzl9oXmYXWgmQAhyIwxFIH1hE0JyFQ4XB7Zqlwj4jBcfRo1nVX7MmB5ApU3Sb leSEeycziIQc/E0BveOJjI+2exJdzR1jUxSOK871Y+MNDnCSD4wMTasLSxD27E6U1qAqn0 DjCjBQZOk1RqlTLIxKx8KCcfT6S7DR5IP2PYMxHagxxaVABSDflYylhamSOidbGjsAc52T X3/LIVIGi/tRW+Aqbdh7qyNZbGwzeC19i9imaKad39IRvUbBkw7aaYCjLShlAw== Received: from charje.net (syn-076-187-193-118.res.spectrum.com [76.187.193.118]) by localhost (OpenSMTPD) with ESMTPSA id c5335a7e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 14 Jun 2024 06:34:44 +0000 (UTC) From: Charles To: guix-patches@gnu.org Subject: [PATCH 1/2] gnu: cl-triads: Update to version 0.0.1. Date: Fri, 14 Jun 2024 01:34:27 -0500 Message-ID: <4fc7feaeaa82287b2019b42c8c757e05d3bd5dd6.1718346868.git.charles@charje.net> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Guillaume Le Vaillant , Katherine Cox-Buday , Munyoki Kilyungi , Sharlatan Hellseher , jgart Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=76.187.193.118; envelope-from=charles@charje.net; helo=mail.charje.net X-Spam_score_int: 26 X-Spam_score: 2.6 X-Spam_bar: ++ X-Spam_report: (2.6 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RCVD_IN_PBL=3.335, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Charles 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.4 (--) * gnu/packages/lisp-xyz.scm (sbcl-triads): Update version, hash, URL, and home-page. Change-Id: I9a6d1d484920c9c76e2f9d74142ecdc82d31dfde --- gnu/packages/lisp-xyz.scm | 84 +++++++++++++++++++-------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 5c798b98b0..00b07ae949 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -28084,51 +28084,51 @@ (define-public ecl-trees (sbcl-package->ecl-package sbcl-trees)) (define-public sbcl-triads - (let ((commit "840b025bf3d65cc5eaead4542a02a3ca6d77c2b6") - (revision "0")) - (package - (name "sbcl-triads") - (version (git-version "0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/charJe/triads") - (commit commit))) - (file-name (git-file-name "cl-triads" version)) - (sha256 - (base32 "146mwshynhdw82m2nxrcjvf1nk0z3fn6ywcd2vqxkly5qricc53w")))) - (build-system asdf-build-system/sbcl) - (outputs '("out" "bin")) - (arguments - '(#:asd-systems '("charje.triads") - #:phases - (modify-phases %standard-phases - (add-after 'create-asdf-configuration 'build-binary - (lambda* (#:key outputs #:allow-other-keys) - (setenv "HOME" (getcwd)) - (invoke - "sbcl" "--eval" "(require :asdf)" "--eval" - (format - #f "~S" - `(progn - (require "charje.triads" - ,(string-append (getcwd) "/charje.triads.asd")) - (asdf:make "charje.triads")))) - (install-file - (string-append (getcwd) "/triads") - (string-append (assoc-ref outputs "bin") "/bin"))))))) - (inputs - (list sbcl-cl-str - sbcl-serapeum - sbcl-trivia)) - (home-page "https://github.com/charJe/triads") - (synopsis "Music composition tool to convert roman numerals into triads") - (description "Triads is a simple command line tool that reads roman + (package + (name "sbcl-triads") + (version "0.0.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://git.sr.ht/~charje/triads") + (commit (string-append "v" version)))) + (file-name (git-file-name "cl-triads" version)) + (sha256 + (base32 "0s47rcp3karml5b06g98adjr2wxn6y9p9bigh8y7wjihpr3075x1")))) + (build-system asdf-build-system/sbcl) + (outputs '("out" "bin")) + (arguments + '(#:asd-systems '("charje.triads") + #:phases + (modify-phases %standard-phases + (add-after 'create-asdf-configuration 'build-binary + (lambda* (#:key outputs #:allow-other-keys) + (setenv "HOME" (getcwd)) + (invoke + "sbcl" "--eval" "(require :asdf)" "--eval" + (format + #f "~S" + `(progn + (require "charje.triads" + ,(string-append (getcwd) "/charje.triads.asd")) + (asdf:make "charje.triads")))) + (install-file + (string-append (getcwd) "/triads") + (string-append (assoc-ref outputs "bin") "/bin"))))))) + (inputs + (list sbcl-cl-str + sbcl-serapeum + sbcl-trivia + sbcl-command-line-args + sbcl-charje.loop)) + (home-page "https://git.sr.ht/~charje/triads") + (synopsis "Music composition tool to convert roman numerals into triads") + (description "Triads is a simple command line tool that reads roman numeral notation from standard input (or a file) and an musical key and outputs the roman numeral in addition to the notes of the triad associated with that roman numeral given in the key.") - (license license:gpl3)))) + (license license:gpl3))) (define-public cl-triads (sbcl-package->cl-source-package sbcl-triads)) base-commit: b72fdac20061a882b1eeda5ed0e5e27bb1dec205 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 18 04:59:03 2024 Received: (at 71546-done) by debbugs.gnu.org; 18 Jun 2024 08:59:03 +0000 Received: from localhost ([127.0.0.1]:41718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJUgA-0001ej-Rt for submit@debbugs.gnu.org; Tue, 18 Jun 2024 04:59:03 -0400 Received: from mout02.posteo.de ([185.67.36.66]:39623) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJUg9-0001e8-Cv for 71546-done@debbugs.gnu.org; Tue, 18 Jun 2024 04:59:02 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 14188240105 for <71546-done@debbugs.gnu.org>; Tue, 18 Jun 2024 10:58:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1718701132; bh=MlWKEUIK9uy/VbqhhXfXB97r+eV3DUgxJqNROywhB9g=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=cRA/xKDI0nOKFjyQAIGSlrEEaRBJXJVZscrsPvik0zUjdYl653dTqBGT30g+obV6h DFTfU7bskRgG7qtEKeBdp5nVNHPx91xn6Axr4oMi+L8kOxKqbcwt7RCSyk9T5zjgev pikOjmMwDI3+FZGhqK4TCBcWNXrSav7jEoAKVo1rwACgdMcOAOcNhZDKXPUA90mF78 0lP+PbVV3qKwB7z4MLGlAECRW8wBmmOxYEcsMPZaF19lwglJcDyI2sx+K3lnvLPKzk fHG3SAvHDnIJGUr12Dzdal3VVBh0z6FUMumOJsoe2MLkxMjhLu9lhQT3Zs0lSsgpgs MpaieRZVaOSRg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4W3LJp3Bd0z9rxK; Tue, 18 Jun 2024 10:58:49 +0200 (CEST) From: Guillaume Le Vaillant To: Charles Subject: Re: [bug#71546] [PATCH 1/2] gnu: cl-triads: Update to version 0.0.1. In-Reply-To: <4fc7feaeaa82287b2019b42c8c757e05d3bd5dd6.1718346868.git.charles@charje.net> (charles@charje.net's message of "Fri, 14 Jun 2024 01:34:27 -0500") References: <4fc7feaeaa82287b2019b42c8c757e05d3bd5dd6.1718346868.git.charles@charje.net> Date: Tue, 18 Jun 2024 08:58:48 +0000 Message-ID: <87y172wrsn.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 71546-done Cc: 71546-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 (---) --=-=-= Content-Type: text/plain Patch applied as f46e89bf7b68f6fa093f22250a6d45b32929fcba. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZnFMSA8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j9yYAD/ag2d4RbFyulDTBLC1vCa8G1gxxGIcGxJJJ9l IS3iP7ABAKBAhRWtnanHQrTdLK0c9h5PbqSB8QezYaFmhyZTttSP =f2f6 -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Aug 19 10:00:00 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 16 Jul 2024 11:24:16 +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