From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 14 08:03:57 2025 Received: (at submit) by debbugs.gnu.org; 14 Apr 2025 12:03:57 +0000 Received: from localhost ([127.0.0.1]:46125 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u4IXd-0008Ax-Ej for submit@debbugs.gnu.org; Mon, 14 Apr 2025 08:03:57 -0400 Received: from lists.gnu.org ([2001:470:142::17]:58932) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u4IXa-0008Ad-K9 for submit@debbugs.gnu.org; Mon, 14 Apr 2025 08:03:55 -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 1u4IXU-0005gA-RN for guix-patches@gnu.org; Mon, 14 Apr 2025 08:03:49 -0400 Received: from confino.investici.org ([2a11:7980:1::2:0]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u4IXS-0000gL-3u for guix-patches@gnu.org; Mon, 14 Apr 2025 08:03:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1744632221; bh=SFWEikYEojJMTKeWSfGPnNvimkg7IQMsF9dXe0T/XKg=; h=From:To:Cc:Subject:Date:From; b=G19inK077fDmoi2GsEA+5zl/WTCJ6X3TqsJqlcMQ5lyl5tZ6pGOmlVTGDAR6S2OpD 56n5I2t0x/MMOWEa0CPxgwD3ypqxWuFjERvkyEX4Nd41ehVxCMZOrPx6Kf1Ptk72Wk e24WidliYuFwJbhvz+6j38TA6yIi3i0EVKaGZ2Tg= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4ZbmCd4Q6Tz12X9; Mon, 14 Apr 2025 12:03:41 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZbmCd3ShLz10xy; Mon, 14 Apr 2025 12:03:41 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH emacs-team] gnu: emacs-color-theme-sanityinc-tomorrow: Update to 1.18. Date: Mon, 14 Apr 2025 14:03:18 +0200 Message-ID: <761bfd82680afd745b61f53ff3053619ee0e0439.1744632198.git.csantosb@inventati.org> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a11:7980:1::2:0; envelope-from=csantosb@inventati.org; helo=confino.investici.org 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: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos 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: -0.1 (/) * gnu/packages/emacs-xyz.scm (emacs-color-theme-sanityinc-tomorrow): Update to 1.18. Change-Id: I1b93ee701bd15e666ef8592fa1d762cb08ebaa8e --- gnu/packages/emacs-xyz.scm | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 82831f0595..cbf81cd2e8 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -13165,29 +13165,29 @@ (define-public emacs-moe-theme-el (license license:gpl3+))) (define-public emacs-color-theme-sanityinc-tomorrow - ;; Use the latest commit as there are no recent release/tag. - (let ((commit "7690d8e97c992f538d9b1abbd26099f426c8ab7c") - (revision "0")) - (package - (name "emacs-color-theme-sanityinc-tomorrow") - (version (git-version "1.17" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url - "https://github.com/purcell/color-theme-sanityinc-tomorrow") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11mgwq5dlx0ffkxmyyhfzg0ilg8ih8rf2km4js5gypi8mvmczjih")))) - (build-system emacs-build-system) - (home-page "https://github.com/purcell/color-theme-sanityinc-tomorrow") - (synopsis "Emacs color themes based on Chris Kempson's 'tomorrow' themes") - (description - "An Emacs version of Chris Kempson's \"Tomorrow\" themes, with much more + (package + (name "emacs-color-theme-sanityinc-tomorrow") + (version "1.18") + (source + (origin + (method git-fetch) + (uri (git-reference + (url + "https://github.com/purcell/color-theme-sanityinc-tomorrow") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0r8q6ld2zma1bqq5pv61gpy99a4vx6bwx4v820ijzbymmi62vv3z")))) + (build-system emacs-build-system) + (arguments + (list + #:test-command #~(list "./run-tests.sh"))) + (home-page "https://github.com/purcell/color-theme-sanityinc-tomorrow") + (synopsis "Emacs color themes based on Chris Kempson's 'tomorrow' themes") + (description + "An Emacs version of Chris Kempson's \"Tomorrow\" themes, with much more extensive face definitions than the \"official\" Emacs variant.") - (license license:gpl3+)))) + (license license:gpl3+))) (define-public emacs-solarized-theme (package base-commit: 373545dc9efbae6589f502773aa49e26e42c585e -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 21 09:42:56 2025 Received: (at 77798-done) by debbugs.gnu.org; 21 Apr 2025 13:42:56 +0000 Received: from localhost ([127.0.0.1]:33964 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u6rQF-0007ZL-V1 for submit@debbugs.gnu.org; Mon, 21 Apr 2025 09:42:56 -0400 Received: from devianza.investici.org ([2c0f:f930:0:4::108]:43665) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u6rQC-0007Z4-SI for 77798-done@debbugs.gnu.org; Mon, 21 Apr 2025 09:42:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1745242969; bh=qnQfiN5qYkyKPoxsYZDz1Lk58nqNjvsp+niNC/SVQ+0=; h=From:To:Subject:In-Reply-To:Date:From; b=dKWAu1h3BKeUswACbLX+qKY+QVhbhioRqxRxflmMcPrZ0M+wVLs5Kwa2pw8lltPki zKA2MJR76ju3uuW0ZZAbK0u3j62aIB68x8ubmxTJ74P3f4eaHSq+VQ2V8irF5MoeF9 NZ9Lzj1QlkHrh5FWVmz8RGSXsHJ/+Eg9SJaILsSE= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4Zh64n2bFBz6vPr for <77798-done@debbugs.gnu.org>; Mon, 21 Apr 2025 13:42:49 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Zh64n0jCTz6vPP for <77798-done@debbugs.gnu.org>; Mon, 21 Apr 2025 13:42:49 +0000 (UTC) From: Cayetano Santos To: 77798-done@debbugs.gnu.org Subject: Re: [bug#77798] [PATCH emacs-team] gnu: emacs-color-theme-sanityinc-tomorrow: Update to 1.18. In-Reply-To: <761bfd82680afd745b61f53ff3053619ee0e0439.1744632198.git.csantosb@inventati.org> User-Agent: mu4e 1.12.9; emacs 29.4 Date: Mon, 21 Apr 2025 15:44:01 +0200 Message-ID: <87fri1y6hq.fsf@inventati.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 77798-done 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.7 (-) --=-=-= Content-Type: text/plain Merged. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCaAZLoRccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mgqgzAP9ygRaEdiVAf5IsVm7RO6Al1ypc O2ZRcFtlyQnJeheCYQEA4uk1VqD+xg5GYZOCraMmK9ztZNlruXc6YK25SO41fg4= =rAAl -----END PGP SIGNATURE----- --=-=-=-- From unknown Thu Aug 14 12:22:02 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, 20 May 2025 11:24:26 +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