mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: font-victor-mono: Update to 1.5.3.
* gnu/packages/fonts.scm (font-victor-mono): Update to 1.5.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
875ed928e6
commit
9f38e31548
1 changed files with 3 additions and 2 deletions
|
@ -49,6 +49,7 @@
|
|||
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
|
||||
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2021 Liliana Marie Prikler <liliana.prikler@gmail.com>
|
||||
;;; Copyright © 2022 Jose G Perez Taveras <josegpt27@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -2182,14 +2183,14 @@ (define-public font-vazir
|
|||
(define-public font-victor-mono
|
||||
(package
|
||||
(name "font-victor-mono")
|
||||
(version "1.4.2")
|
||||
(version "1.5.3")
|
||||
(source (origin
|
||||
(method url-fetch/zipbomb)
|
||||
(uri (string-append
|
||||
"https://github.com/rubjo/victor-mono/raw/v"
|
||||
version
|
||||
"/public/VictorMonoAll.zip"))
|
||||
(sha256 "01260vja0d22mcvkzspf0xnl7b851r0265arqkm12q1vagzyxvkm")))
|
||||
(sha256 "1axiwxz8l46cc60jfp2la8a9qpj866236lz3dc5l6m35r9as56l3")))
|
||||
(build-system font-build-system)
|
||||
(synopsis "Font with support for italics and ligatures")
|
||||
(description "Victor Mono is an open-source monospaced font with
|
||||
|
|
Loading…
Reference in a new issue