mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: font-mathjax: Update to 2.7.2.
* gnu/packages/javascript.scm (font-mathjax): Update to 2.7.2.
This commit is contained in:
parent
d3f0e09882
commit
d6a7268bae
1 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
||||||
(define-public font-mathjax
|
(define-public font-mathjax
|
||||||
(package
|
(package
|
||||||
(name "font-mathjax")
|
(name "font-mathjax")
|
||||||
(version "2.7.1")
|
(version "2.7.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sbib5lk0jrvbq6s72ag6ss3wjlz5wnk07ddxij1kp96yg3c1d1b"))))
|
"1r72di4pg4i6pfhcskkxqmf1158m81ki6a7lbw6nz4zh7xw23hy4"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
(mkdir-p install-directory)
|
(mkdir-p install-directory)
|
||||||
(zero? (system* "tar" "-C" install-directory "-xvf"
|
(zero? (system* "tar" "-C" install-directory "-xvf"
|
||||||
(assoc-ref %build-inputs "source")
|
(assoc-ref %build-inputs "source")
|
||||||
"MathJax-2.7.1/fonts" "--strip" "2"))))))
|
"MathJax-2.7.2/fonts" "--strip" "2"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gzip" ,gzip)
|
`(("gzip" ,gzip)
|
||||||
("tar" ,tar)))
|
("tar" ,tar)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue