diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-29 21:23:51 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-29 23:40:09 +0200 |
| commit | d6a7268bae70e2d79000145752813c9199318bbf (patch) | |
| tree | b29edd1b724063ef1b3ddd4f7f1d05ab7ebd17a4 /gnu/packages/javascript.scm | |
| parent | d3f0e098820bc957b184f5ae5f240d6d997fc585 (diff) | |
gnu: font-mathjax: Update to 2.7.2.
* gnu/packages/javascript.scm (font-mathjax): Update to 2.7.2.
Diffstat (limited to 'gnu/packages/javascript.scm')
| -rw-r--r-- | gnu/packages/javascript.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/javascript.scm b/gnu/packages/javascript.scm index 85017453ffb..a723b9e8156 100644 --- a/gnu/packages/javascript.scm +++ b/gnu/packages/javascript.scm | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | (define-public font-mathjax | 32 | (define-public font-mathjax |
| 33 | (package | 33 | (package |
| 34 | (name "font-mathjax") | 34 | (name "font-mathjax") |
| 35 | (version "2.7.1") | 35 | (version "2.7.2") |
| 36 | (source | 36 | (source |
| 37 | (origin | 37 | (origin |
| 38 | (method url-fetch) | 38 | (method url-fetch) |
| @@ -42,7 +42,7 @@ | |||
| 42 | (file-name (string-append name "-" version ".tar.gz")) | 42 | (file-name (string-append name "-" version ".tar.gz")) |
| 43 | (sha256 | 43 | (sha256 |
| 44 | (base32 | 44 | (base32 |
| 45 | "0sbib5lk0jrvbq6s72ag6ss3wjlz5wnk07ddxij1kp96yg3c1d1b")))) | 45 | "1r72di4pg4i6pfhcskkxqmf1158m81ki6a7lbw6nz4zh7xw23hy4")))) |
| 46 | (build-system trivial-build-system) | 46 | (build-system trivial-build-system) |
| 47 | (arguments | 47 | (arguments |
| 48 | `(#:modules ((guix build utils)) | 48 | `(#:modules ((guix build utils)) |
| @@ -59,7 +59,7 @@ | |||
| 59 | (mkdir-p install-directory) | 59 | (mkdir-p install-directory) |
| 60 | (zero? (system* "tar" "-C" install-directory "-xvf" | 60 | (zero? (system* "tar" "-C" install-directory "-xvf" |
| 61 | (assoc-ref %build-inputs "source") | 61 | (assoc-ref %build-inputs "source") |
| 62 | "MathJax-2.7.1/fonts" "--strip" "2")))))) | 62 | "MathJax-2.7.2/fonts" "--strip" "2")))))) |
| 63 | (native-inputs | 63 | (native-inputs |
| 64 | `(("gzip" ,gzip) | 64 | `(("gzip" ,gzip) |
| 65 | ("tar" ,tar))) | 65 | ("tar" ,tar))) |
