~ruther/guix-local

1fcbd8b0f48d7cf044753a8306b0f2ee6a2c4b7d — Kurome 11 months ago 027a477
gnu: font-victor-mono: Update to 1.5.6.

License change: <https://github.com/rubjo/victor-mono/commit/93b96ac022419eda47a9f3ce34fbc1668009a272>.

* gnu/packages/fonts.scm (font-victor-mono): Update to 1.5.6.
[description]: Update.
[license]: Change to SIL.

Change-Id: I1ac69ddb99680970e94a9c7635934a77f4e01c80
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
1 files changed, 7 insertions(+), 7 deletions(-)

M gnu/packages/fonts.scm
M gnu/packages/fonts.scm => gnu/packages/fonts.scm +7 -7
@@ 3285,22 3285,22 @@ always uses Farsi digits, and does not include Latin glyphs from Roboto.
(define-public font-victor-mono
  (package
   (name "font-victor-mono")
   (version "1.5.3")
   (version "1.5.6")
   (source (origin
            (method url-fetch/zipbomb)
            (uri (string-append
                       "https://github.com/rubjo/victor-mono/raw/v"
                       version
                       "/public/VictorMonoAll.zip"))
            (sha256 "1axiwxz8l46cc60jfp2la8a9qpj866236lz3dc5l6m35r9as56l3")))
            (sha256 "15llri92081xiwsks2agkiw9k3vjr2wfn960jwk20ync7fnpgcza")))
   (build-system font-build-system)
   (synopsis "Font with support for italics and ligatures")
   (description "Victor Mono is an open-source monospaced font with
optional semi-connected cursive italics and programming symbol ligatures.
This package provides only TrueType files (TTF).
It comes in seven weights and Roman, Italic and Oblique styles.")
   (description
    "Victor Mono is a monospaced font with optional semi-connected cursive
italics and programming symbol ligatures.  It comes in seven weights and Roman,
Italic and Oblique styles.")
   (home-page "https://rubjo.github.io/victor-mono/")
   (license license:expat)))
   (license license:silofl1.1)))

(define-public font-dongle
  (let ((commit "f7127c4d2450e1cad20254ec692591347e2fc260")