[bug#77595] gnu: font-adobe-source-sans-pro: Update to 3.052.
Commit Message
* 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(-)
@@ -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