[PATCH] gnu: font-adobe-source-serif-pro: Update to 3.001R.

  • Done
  • quality assurance status badge
Details
3 participants
  • Jens Mølgaard
  • Ludovic Courtès
  • Glenn Morris
Owner
unassigned
Submitted by
Jens Mølgaard
Severity
normal

Debbugs page

J
J
Jens Mølgaard wrote on 14 Sep 2020 01:22
(address . guix-patches@gnu.org)
1748f684217.d011831994635268.-351285842877856515@zoho.com
* gnu/packages/fonts.scm (font-adobe-source-serif-pro): Update to 3.001R.
---
New (joint roman/italic) versioning scheme no longer requires substitution.

gnu/packages/fonts.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 1dbb4a9675..01be4f50df 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -973,19 +973,16 @@ work well in user interface (UI) environments.")
(define-public font-adobe-source-serif-pro
(package
(name "font-adobe-source-serif-pro")
- (version "2.007R-ro-1.007R-it")
+ (version "3.001R")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/adobe-fonts/source-serif-pro")
- (commit (regexp-substitute/global
- ;; The upstream tag uses "/" between the roman and italic
- ;; versions, so substitute our "-" separator here.
- #f "R-ro-" version 'pre "R-ro/" 'post))))
+ (commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1vvzfhjpi47m84bzkapylkd5fri8bdm8qng2hiylmmlw0wk4gpas"))))
+ (base32 "1z0pjvx0jpjwb8vzvc6l5gzlg0mqax4v9pizqcxx82l0ydlfh5bj"))))
(build-system font-build-system)
(home-page "https://github.com/adobe-fonts/source-serif-pro")
(synopsis
--
2.28.0
G
G
Glenn Morris wrote on 17 Sep 2020 16:07
control message for bug 43411
(address . control@debbugs.gnu.org)
E1kJ30L-0006sd-CN@fencepost.gnu.org
reassign 43411 guix-patches
L
L
Ludovic Courtès wrote on 26 Sep 2020 14:08
control message for bug #43411
(address . control@debbugs.gnu.org)
87zh5cfdpl.fsf@gnu.org
tags 43411 fixed
close 43411
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 43411@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 43411
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch