Put in earplugs
This commit is contained in:
parent
c96eb684ff
commit
3f952e148d
1 changed files with 33 additions and 33 deletions
|
@ -68,13 +68,12 @@
|
||||||
(package
|
(package
|
||||||
(name "font-monaspace")
|
(name "font-monaspace")
|
||||||
(version "1.000")
|
(version "1.000")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri "https://github.com/githubnext/monaspace/archive/refs/tags/v1.000.tar.gz"))
|
(uri "https://github.com/githubnext/monaspace/archive/refs/tags/v1.000.tar.gz")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lg5qwml3fv58xk92sgamxg3rni7am2m6xzzj8pcq758idiphs8d")))
|
"0lg5qwml3fv58xk92sgamxg3rni7am2m6xzzj8pcq758idiphs8d"))))
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(home-page "https://monaspace.githubnext.com")
|
(home-page "https://monaspace.githubnext.com")
|
||||||
(synopsis "An innovative superfamily of fonts for code.")
|
(synopsis "An innovative superfamily of fonts for code.")
|
||||||
|
@ -87,22 +86,23 @@
|
||||||
|
|
||||||
|
|
||||||
;; testing and/or example
|
;; testing and/or example
|
||||||
(define-public font-artifika
|
|
||||||
(package
|
;; (define-public font-artifika
|
||||||
(name "font-artifika")
|
;; (package
|
||||||
(version "1.102")
|
;; (name "font-artifika")
|
||||||
(source (origin
|
;; (version "1.102")
|
||||||
(method git-fetch)
|
;; (source (origin
|
||||||
(uri (git-reference
|
;; (method git-fetch)
|
||||||
(url "https://github.com/cyrealtype/Artifika")
|
;; (uri (git-reference
|
||||||
(commit (string-append "v" version))))
|
;; (url "https://github.com/cyrealtype/Artifika")
|
||||||
(file-name (git-file-name name version))
|
;; (commit (string-append "v" version))))
|
||||||
(sha256
|
;; (file-name (git-file-name name version))
|
||||||
(base32
|
;; (sha256
|
||||||
"0nwjm44nys1qz3wyg0mm15gdjpz641xpmsz00n6m8065xrw86q7i"))))
|
;; (base32
|
||||||
(build-system font-build-system)
|
;; "0nwjm44nys1qz3wyg0mm15gdjpz641xpmsz00n6m8065xrw86q7i"))))
|
||||||
(home-page "https://github.com/cyrealtype/Artifika")
|
;; (build-system font-build-system)
|
||||||
(synopsis "Upright italic font")
|
;; (home-page "https://github.com/cyrealtype/Artifika")
|
||||||
(description "Artifika is an upright italic font for fashionable display
|
;; (synopsis "Upright italic font")
|
||||||
titling.")
|
;; (description "Artifika is an upright italic font for fashionable display
|
||||||
(license license:silofl1.1)))
|
;; titling.")
|
||||||
|
;; (license license:silofl1.1)))
|
||||||
|
|
Loading…
Reference in a new issue