[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: asymptote: Update to 2.62.
From: |
guix-commits |
Subject: |
branch master updated: gnu: asymptote: Update to 2.62. |
Date: |
Wed, 15 Jan 2020 16:10:50 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 49181f8 gnu: asymptote: Update to 2.62.
49181f8 is described below
commit 49181f84af46fa5ca6146bdf61aab5fabf652641
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Wed Jan 15 22:10:31 2020 +0100
gnu: asymptote: Update to 2.62.
* gnu/packages/plotutils.scm (asymptote): Update to 2.62.
---
gnu/packages/plotutils.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index df9821b..8a3afc9 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès
<address@hidden>
;;; Copyright © 2015 Eric Bavier <address@hidden>
-;;; Copyright © 2016, 2017, 2019 Nicolas Goaziou <address@hidden>
+;;; Copyright © 2016, 2017, 2019, 2020 Nicolas Goaziou <address@hidden>
;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
@@ -180,14 +180,14 @@ colors, styles, options and details.")
(define-public asymptote
(package
(name "asymptote")
- (version "2.61")
+ (version "2.62")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/asymptote/"
version "/asymptote-" version ".src.tgz"))
(sha256
(base32
- "0gcd75yixn67lpiky70yhaa0ylr8g1cn65bpr9zx78h2vrpsmk7k"))))
+ "0510vnlpfyrvshsxr5lh3klwyhmn2cf4ba1ja476mbv5dcqqbc30"))))
(build-system gnu-build-system)
;; Note: The 'asy' binary retains a reference to docdir for use with its
;; "help" command in interactive mode, so adding a "doc" output is not
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: asymptote: Update to 2.62.,
guix-commits <=