GNU bug report logs -
#77595
[PATCH] gnu: font-adobe-source-sans-pro: Update to 3.052.
Previous Next
Reported by: Kurome <hunt31999 <at> gmail.com>
Date: Mon, 7 Apr 2025 04:12:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 11 Apr 2025 12:33:26 +0100
with message-id <87y0w7vsop.fsf <at> cbaines.net>
and subject line Re: [bug#77595] [PATCH v2] gnu: font-adobe-source-sans-pro: Update to 3.052.
has caused the debbugs.gnu.org bug report #77595,
regarding [PATCH] gnu: font-adobe-source-sans-pro: Update to 3.052.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77595: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77595
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/fonts.scm (font-adobe-source-sans-pro): Update to 3.052.
Other Changes:
* The R in git tag stands for release and is not part of the version, so I
removed it.
* The original URL was a permanent redirect so I fixed it.
Change-Id: If8e0f531718058c90da5908e65370de187358348
---
gnu/packages/fonts.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 75b1bee6e2..74373b24f7 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1598,18 +1598,18 @@ (define-public font-adobe-source-code-pro
(define-public font-adobe-source-sans-pro
(package
(name "font-adobe-source-sans-pro")
- (version "3.046R")
+ (version "3.052")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/adobe-fonts/source-sans-pro")
- (commit version)))
+ (url "https://github.com/adobe-fonts/source-sans")
+ (commit (string-append version "R"))))
(file-name (git-file-name name version))
(sha256
- (base32 "01dnhyfffnlyjzyh40x2z728qpc4i0jvrcxdcjfm17zrwhmw84lw"))))
+ (base32 "06s0xn49x454c9zbrawcm4b672qpaqah3glmh2jn3m2jyv5xhdnb"))))
(build-system font-build-system)
- (home-page "https://github.com/adobe-fonts/source-sans-pro")
+ (home-page "https://github.com/adobe-fonts/source-sans")
(synopsis
"Sans serif font family for user interface environments")
(description
--
2.49.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Kurome <hunt31999 <at> gmail.com> writes:
> * gnu/packages/fonts.scm (font-adobe-source-sans-pro): Update to 3.052.
> [version]: Remove "R" in version because it stands for "Release" and is not
> part of the version.
> [home-page]: Fix permanent redirect.
>
> Change-Id: If8e0f531718058c90da5908e65370de187358348
> ---
> gnu/packages/fonts.scm | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
Thanks for the patch, I've pushed this to master as
6fc5fb97cbec26f290b9103398fea9ea07405161.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 43 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.