GNU bug report logs -
#77595
[PATCH] gnu: font-adobe-source-sans-pro: Update to 3.052.
Previous Next
To reply to this bug, email your comments to 77595 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77595
; Package
guix-patches
.
(Mon, 07 Apr 2025 04:12:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Kurome <hunt31999 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 07 Apr 2025 04:12:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77595
; Package
guix-patches
.
(Tue, 08 Apr 2025 00:46:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 77595 <at> debbugs.gnu.org (full text, mbox):
* 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(-)
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
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Fri, 11 Apr 2025 11:34:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Kurome <hunt31999 <at> gmail.com>
:
bug acknowledged by developer.
(Fri, 11 Apr 2025 11:34:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 77595-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.