mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: font-adobe-source-serif-pro: Update to 3.001R.
* gnu/packages/fonts.scm (font-adobe-source-serif-pro): Update to 3.001R. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
62246843d2
commit
4423cadc9a
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue