GNU bug report logs - #75267
[PATCH] gnu: Add font-spline-sans-mono.

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix-patches; Reported by: Divya Ranjan <divya@HIDDEN>; Keywords: patch; dated Wed, 1 Jan 2025 19:27:01 UTC; Maintainer for guix-patches is guix-patches@HIDDEN.

Message received at 75267 <at> debbugs.gnu.org:


Received: (at 75267) by debbugs.gnu.org; 1 Jan 2025 19:36:36 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jan 01 14:36:36 2025
Received: from localhost ([127.0.0.1]:40512 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tT4WC-0000oU-7A
	for submit <at> debbugs.gnu.org; Wed, 01 Jan 2025 14:36:36 -0500
Received: from devianza.investici.org ([2c0f:f930:0:4::108]:37363)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <divya@HIDDEN>)
 id 1tT4W8-0000oE-Fs
 for 75267 <at> debbugs.gnu.org; Wed, 01 Jan 2025 14:36:34 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=subvertising.org;
 s=stigmate; t=1735760190;
 bh=Ifd8O9VnYUfUuNl4bkBUJzmklrgrn0wsJabzM0Qk4w0=;
 h=From:To:Cc:Subject:In-Reply-To:References:Date:From;
 b=D9ujRC75Nvw04ATbAvRXnwuHVDBHfNXTcLSY0WdzDH17z2bqgDbnVLJeWs58uxfdR
 su5u2CGaaJ+qxVKVB6vKKZr8z8Yrc8w7XVfMoI5iBlapoX1zHhInkCbnUXBe4r9naZ
 zcuTXhoGhN4iptsZ0p2JthDwhvvyHcgK+eOqvKAQ=
Received: from mx2.investici.org (unknown [127.0.0.1])
 by devianza.investici.org (Postfix) with ESMTP id 4YNg7f6dBhz6vJ2;
 Wed,  1 Jan 2025 19:36:30 +0000 (UTC)
Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108])
 (Authenticated sender: divya@HIDDEN) by localhost (Postfix) with
 ESMTPSA id 4YNg7c643zz6v8j; Wed,  1 Jan 2025 19:36:28 +0000 (UTC)
From: Divya Ranjan <divya@HIDDEN>
To: Divya Ranjan via Guix-patches via <guix-patches@HIDDEN>
Subject: Re: [bug#75267] [PATCH] gnu: Add font-spline-sans-mono.
In-Reply-To: <20250101192601.10047-1-divya@HIDDEN> (Divya Ranjan via
 Guix-patches via's message of "Wed, 1 Jan 2025 19:26:01 +0000")
References: <20250101192601.10047-1-divya@HIDDEN>
Date: Wed, 01 Jan 2025 19:36:18 +0000
Message-ID: <87ttainx71.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 75267
Cc: 75267 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

--=-=-=
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

The hash in this patch is the wrong one, I=E2=80=99ve attached the fixed pa=
tch:
Divya Ranjan via Guix-patches via <guix-patches@HIDDEN> writes:

> * gnu/packages/fonts.scm (font-spline-sans-mono): New variable.
> ---
>  gnu/packages/fonts.scm | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
>
> diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
> index 3c60f5e4a1..58d8a49110 100644
> --- a/gnu/packages/fonts.scm
> +++ b/gnu/packages/fonts.scm
> @@ -3674,6 +3674,31 @@ (define-public font-spline-sans
>  traps, which blossom into view when set at larger sizes.")
>        (license license:silofl1.1))))
>=20=20
> +(define-public font-spline-sans-mono
> +  (let ((commit "b167db03b7d7ae754bf7071c13415e7aeee7d073")
> +        (revision "0"))
> +    (package
> +      (name "font-spline-sans-mono")
> +      (version (git-version "0.0.0" revision commit))
> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url "https://github.com/SorkinType/SplineSansMono")
> +               (commit commit)))
> +         (file-name (git-file-name name version))
> +         (sha256
> +          (base32 "0lrckl39ivklxk3cfd761lsghwdx68yyvcmkrij9s54cp0hvnl63"=
))))
> +      (build-system font-build-system)
> +      (home-page "https://fonts.google.com/specimen/Spline+Sans+Mono")
> +      (synopsis
> +       "Monospaced Grotesque purpose-built for UI interfaces, and progra=
mming")
> +      (description
> +       "Spline Sans Mono is a Monospaced Grotesque purpose-built for UI =
interfaces,
> +checkout processes, and programming.  Space efficiency is accomplished b=
y condensing
> +traditional grotesque proportions.")
> +      (license license:silofl1.1))))
> +
>  (define-public font-scientifica
>    (package
>      (name "font-scientifica")

--=20
Divya Ranjan,
Philosophy, Mathematics, Libre Software.

PGP Fingerprint: F0B3 1A69 8006 8FB8 096A  2F12 B245 10C6 108C 8D4A

--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment;
 filename=0001-gnu-Add-font-spline-sans-mono.patch

From c2ad073bcbfebe87a3a51ed47fdfe4e9f2006665 Mon Sep 17 00:00:00 2001
From: Divya Ranjan <divya@HIDDEN>
Date: Wed, 1 Jan 2025 19:25:00 +0000
Subject: [PATCH] gnu: Add font-spline-sans-mono.

* gnu/packages/fonts.scm (font-spline-sans-mono): New variable.
---
 gnu/packages/fonts.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3c60f5e4a1..0f0f10a86a 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3674,6 +3674,31 @@ (define-public font-spline-sans
 traps, which blossom into view when set at larger sizes.")
       (license license:silofl1.1))))
 
+(define-public font-spline-sans-mono
+  (let ((commit "b167db03b7d7ae754bf7071c13415e7aeee7d073")
+        (revision "0"))
+    (package
+      (name "font-spline-sans-mono")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/SorkinType/SplineSansMono")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "10ymg4mrihyfidwcszf4aiw2jlhm4j1sdmyybcmqmhx0pbzalkv1"))))
+      (build-system font-build-system)
+      (home-page "https://fonts.google.com/specimen/Spline+Sans+Mono")
+      (synopsis
+       "Monospaced Grotesque purpose-built for UI interfaces, and programming")
+      (description
+       "Spline Sans Mono is a Monospaced Grotesque purpose-built for UI interfaces,
+checkout processes, and programming.  Space efficiency is accomplished by condensing
+traditional grotesque proportions.")
+      (license license:silofl1.1))))
+
 (define-public font-scientifica
   (package
     (name "font-scientifica")
-- 
2.47.1


--=-=-=--




Information forwarded to guix-patches@HIDDEN:
bug#75267; Package guix-patches. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 1 Jan 2025 19:36:48 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jan 01 14:36:48 2025
Received: from localhost ([127.0.0.1]:40515 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tT4WN-0000os-Ox
	for submit <at> debbugs.gnu.org; Wed, 01 Jan 2025 14:36:48 -0500
Received: from lists.gnu.org ([2001:470:142::17]:55898)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <divya@HIDDEN>)
 id 1tT4WL-0000oe-25
 for submit <at> debbugs.gnu.org; Wed, 01 Jan 2025 14:36:45 -0500
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 <divya@HIDDEN>)
 id 1tT4WC-0000Lb-Am
 for guix-patches@HIDDEN; Wed, 01 Jan 2025 14:36:36 -0500
Received: from devianza.investici.org ([198.167.222.108])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <divya@HIDDEN>)
 id 1tT4W9-0004up-S0
 for guix-patches@HIDDEN; Wed, 01 Jan 2025 14:36:36 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=subvertising.org;
 s=stigmate; t=1735760190;
 bh=Ifd8O9VnYUfUuNl4bkBUJzmklrgrn0wsJabzM0Qk4w0=;
 h=From:To:Cc:Subject:In-Reply-To:References:Date:From;
 b=D9ujRC75Nvw04ATbAvRXnwuHVDBHfNXTcLSY0WdzDH17z2bqgDbnVLJeWs58uxfdR
 su5u2CGaaJ+qxVKVB6vKKZr8z8Yrc8w7XVfMoI5iBlapoX1zHhInkCbnUXBe4r9naZ
 zcuTXhoGhN4iptsZ0p2JthDwhvvyHcgK+eOqvKAQ=
Received: from mx2.investici.org (unknown [127.0.0.1])
 by devianza.investici.org (Postfix) with ESMTP id 4YNg7f6dBhz6vJ2;
 Wed,  1 Jan 2025 19:36:30 +0000 (UTC)
Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108])
 (Authenticated sender: divya@HIDDEN) by localhost (Postfix) with
 ESMTPSA id 4YNg7c643zz6v8j; Wed,  1 Jan 2025 19:36:28 +0000 (UTC)
From: Divya Ranjan <divya@HIDDEN>
To: Divya Ranjan via Guix-patches via <guix-patches@HIDDEN>
Subject: Re: [bug#75267] [PATCH] gnu: Add font-spline-sans-mono.
In-Reply-To: <20250101192601.10047-1-divya@HIDDEN> (Divya Ranjan via
 Guix-patches via's message of "Wed, 1 Jan 2025 19:26:01 +0000")
References: <20250101192601.10047-1-divya@HIDDEN>
Date: Wed, 01 Jan 2025 19:36:18 +0000
Message-ID: <87ttainx71.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
Received-SPF: pass client-ip=198.167.222.108;
 envelope-from=divya@HIDDEN; helo=devianza.investici.org
X-Spam_score_int: -27
X-Spam_score: -2.8
X-Spam_bar: --
X-Spam_report: (-2.8 / 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_LOW=-0.7, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001,
 RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, 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: 75267 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.1 (/)

--=-=-=
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

The hash in this patch is the wrong one, I=E2=80=99ve attached the fixed pa=
tch:
Divya Ranjan via Guix-patches via <guix-patches@HIDDEN> writes:

> * gnu/packages/fonts.scm (font-spline-sans-mono): New variable.
> ---
>  gnu/packages/fonts.scm | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
>
> diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
> index 3c60f5e4a1..58d8a49110 100644
> --- a/gnu/packages/fonts.scm
> +++ b/gnu/packages/fonts.scm
> @@ -3674,6 +3674,31 @@ (define-public font-spline-sans
>  traps, which blossom into view when set at larger sizes.")
>        (license license:silofl1.1))))
>=20=20
> +(define-public font-spline-sans-mono
> +  (let ((commit "b167db03b7d7ae754bf7071c13415e7aeee7d073")
> +        (revision "0"))
> +    (package
> +      (name "font-spline-sans-mono")
> +      (version (git-version "0.0.0" revision commit))
> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url "https://github.com/SorkinType/SplineSansMono")
> +               (commit commit)))
> +         (file-name (git-file-name name version))
> +         (sha256
> +          (base32 "0lrckl39ivklxk3cfd761lsghwdx68yyvcmkrij9s54cp0hvnl63"=
))))
> +      (build-system font-build-system)
> +      (home-page "https://fonts.google.com/specimen/Spline+Sans+Mono")
> +      (synopsis
> +       "Monospaced Grotesque purpose-built for UI interfaces, and progra=
mming")
> +      (description
> +       "Spline Sans Mono is a Monospaced Grotesque purpose-built for UI =
interfaces,
> +checkout processes, and programming.  Space efficiency is accomplished b=
y condensing
> +traditional grotesque proportions.")
> +      (license license:silofl1.1))))
> +
>  (define-public font-scientifica
>    (package
>      (name "font-scientifica")

--=20
Divya Ranjan,
Philosophy, Mathematics, Libre Software.

PGP Fingerprint: F0B3 1A69 8006 8FB8 096A  2F12 B245 10C6 108C 8D4A

--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment;
 filename=0001-gnu-Add-font-spline-sans-mono.patch

From c2ad073bcbfebe87a3a51ed47fdfe4e9f2006665 Mon Sep 17 00:00:00 2001
From: Divya Ranjan <divya@HIDDEN>
Date: Wed, 1 Jan 2025 19:25:00 +0000
Subject: [PATCH] gnu: Add font-spline-sans-mono.

* gnu/packages/fonts.scm (font-spline-sans-mono): New variable.
---
 gnu/packages/fonts.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3c60f5e4a1..0f0f10a86a 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3674,6 +3674,31 @@ (define-public font-spline-sans
 traps, which blossom into view when set at larger sizes.")
       (license license:silofl1.1))))
 
+(define-public font-spline-sans-mono
+  (let ((commit "b167db03b7d7ae754bf7071c13415e7aeee7d073")
+        (revision "0"))
+    (package
+      (name "font-spline-sans-mono")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/SorkinType/SplineSansMono")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "10ymg4mrihyfidwcszf4aiw2jlhm4j1sdmyybcmqmhx0pbzalkv1"))))
+      (build-system font-build-system)
+      (home-page "https://fonts.google.com/specimen/Spline+Sans+Mono")
+      (synopsis
+       "Monospaced Grotesque purpose-built for UI interfaces, and programming")
+      (description
+       "Spline Sans Mono is a Monospaced Grotesque purpose-built for UI interfaces,
+checkout processes, and programming.  Space efficiency is accomplished by condensing
+traditional grotesque proportions.")
+      (license license:silofl1.1))))
+
 (define-public font-scientifica
   (package
     (name "font-scientifica")
-- 
2.47.1


--=-=-=--




Information forwarded to guix-patches@HIDDEN:
bug#75267; Package guix-patches. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 1 Jan 2025 19:26:48 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jan 01 14:26:48 2025
Received: from localhost ([127.0.0.1]:40493 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tT4Mh-0000F8-Mf
	for submit <at> debbugs.gnu.org; Wed, 01 Jan 2025 14:26:48 -0500
Received: from lists.gnu.org ([2001:470:142::17]:46786)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <divya@HIDDEN>)
 id 1tT4Mf-0000Eu-VI
 for submit <at> debbugs.gnu.org; Wed, 01 Jan 2025 14:26:46 -0500
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 <divya@HIDDEN>)
 id 1tT4Ma-0006pk-8u
 for guix-patches@HIDDEN; Wed, 01 Jan 2025 14:26:40 -0500
Received: from devianza.investici.org ([2c0f:f930:0:4::108])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <divya@HIDDEN>)
 id 1tT4MX-0000T3-NL
 for guix-patches@HIDDEN; Wed, 01 Jan 2025 14:26:40 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=subvertising.org;
 s=stigmate; t=1735759592;
 bh=r2lvwwTeRqfTFQBXK3I+rN/OAQMnvN/adIv/wXh/I5E=;
 h=From:To:Cc:Subject:Date:From;
 b=IJI0Ch3f61ynQDkr6OPiQs9fghGTnmySfkBc2/YlwvCB+h2hCtAtW6Xa59iyxsD+H
 17lILnf04kxVyAHiKGHppotVLpseyU8TASbOdThqBhmNm23DRXqQ98pYOuS5wY3Ril
 v1cHv7fTFnreYDVBaIP+EA1bVF2sZm4oFwCRPAIM=
Received: from mx2.investici.org (unknown [127.0.0.1])
 by devianza.investici.org (Postfix) with ESMTP id 4YNfw84jKdz6vJ2;
 Wed,  1 Jan 2025 19:26:32 +0000 (UTC)
Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108])
 (Authenticated sender: divya@HIDDEN) by localhost (Postfix) with
 ESMTPSA id 4YNfw71dSVz6v2w; Wed,  1 Jan 2025 19:26:30 +0000 (UTC)
From: Divya Ranjan <divya@HIDDEN>
To: guix-patches@HIDDEN
Subject: [PATCH] gnu: Add font-spline-sans-mono.
Date: Wed,  1 Jan 2025 19:26:01 +0000
Message-ID: <20250101192601.10047-1-divya@HIDDEN>
X-Mailer: git-send-email 2.47.1
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Received-SPF: pass client-ip=2c0f:f930:0:4::108;
 envelope-from=divya@HIDDEN; helo=devianza.investici.org
X-Spam_score_int: -27
X-Spam_score: -2.8
X-Spam_bar: --
X-Spam_report: (-2.8 / 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_LOW=-0.7, 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: Divya Ranjan <divya@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.1 (/)

* gnu/packages/fonts.scm (font-spline-sans-mono): New variable.
---
 gnu/packages/fonts.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3c60f5e4a1..58d8a49110 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3674,6 +3674,31 @@ (define-public font-spline-sans
 traps, which blossom into view when set at larger sizes.")
       (license license:silofl1.1))))
 
+(define-public font-spline-sans-mono
+  (let ((commit "b167db03b7d7ae754bf7071c13415e7aeee7d073")
+        (revision "0"))
+    (package
+      (name "font-spline-sans-mono")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/SorkinType/SplineSansMono")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0lrckl39ivklxk3cfd761lsghwdx68yyvcmkrij9s54cp0hvnl63"))))
+      (build-system font-build-system)
+      (home-page "https://fonts.google.com/specimen/Spline+Sans+Mono")
+      (synopsis
+       "Monospaced Grotesque purpose-built for UI interfaces, and programming")
+      (description
+       "Spline Sans Mono is a Monospaced Grotesque purpose-built for UI interfaces,
+checkout processes, and programming.  Space efficiency is accomplished by condensing
+traditional grotesque proportions.")
+      (license license:silofl1.1))))
+
 (define-public font-scientifica
   (package
     (name "font-scientifica")
-- 
2.47.1





Acknowledgement sent to Divya Ranjan <divya@HIDDEN>:
New bug report received and forwarded. Copy sent to guix-patches@HIDDEN. Full text available.
Report forwarded to guix-patches@HIDDEN:
bug#75267; Package guix-patches. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sun, 12 Jan 2025 05:45:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.