summaryrefslogtreecommitdiff
path: root/gnu/packages/plotutils.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/plotutils.scm')
-rw-r--r--gnu/packages/plotutils.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index a7910001497..c1e579eb58b 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -194,7 +194,7 @@ went to university in the 1990s, this is the library for you.")
194 (list autoconf automake texinfo pkg-config)) 194 (list autoconf automake texinfo pkg-config))
195 (inputs (list guile-3.0)) 195 (inputs (list guile-3.0))
196 (propagated-inputs (list guile-cairo)) 196 (propagated-inputs (list guile-cairo))
197 (home-page "http://wingolog.org/projects/guile-charting/") 197 (home-page "https://wingolog.org/projects/guile-charting/")
198 (synopsis "Create charts and graphs in Guile") 198 (synopsis "Create charts and graphs in Guile")
199 (description 199 (description
200 "Guile-Charting is a Guile Scheme library to create bar charts and graphs 200 "Guile-Charting is a Guile Scheme library to create bar charts and graphs
@@ -259,7 +259,7 @@ using the Cairo drawing library.")
259 `("PLOTICUS_PREFABS" ":" = (,dir))))))))) 259 `("PLOTICUS_PREFABS" ":" = (,dir)))))))))
260 (inputs 260 (inputs
261 (list libpng libx11 zlib)) 261 (list libpng libx11 zlib))
262 (home-page "http://ploticus.sourceforge.net/") 262 (home-page "https://ploticus.sourceforge.net/")
263 (synopsis "Command-line tool for producing plots and charts") 263 (synopsis "Command-line tool for producing plots and charts")
264 (description 264 (description
265 "Ploticus is a non-interactive software package for producing plots, 265 "Ploticus is a non-interactive software package for producing plots,
@@ -272,14 +272,14 @@ colors, styles, options and details.")
272(define-public asymptote 272(define-public asymptote
273 (package 273 (package
274 (name "asymptote") 274 (name "asymptote")
275 (version "2.84") 275 (version "2.85")
276 (source 276 (source
277 (origin 277 (origin
278 (method url-fetch) 278 (method url-fetch)
279 (uri (string-append "mirror://sourceforge/asymptote/" 279 (uri (string-append "mirror://sourceforge/asymptote/"
280 version "/asymptote-" version ".src.tgz")) 280 version "/asymptote-" version ".src.tgz"))
281 (sha256 281 (sha256
282 (base32 "1nycdmlhs3r1qj5miww19683qqjf4hihsjwzwjj1q4mq0hnp0rb7")) 282 (base32 "11zcfnc80sbh10w53j4rwnmz0g5xj78b8i7hzfslgya15jv5j1ac"))
283 (modules '((guix build utils))) 283 (modules '((guix build utils)))
284 (snippet 284 (snippet
285 ;; Remove bundled RapidJSON. 285 ;; Remove bundled RapidJSON.