guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/11: gnu: openspecfun: Update to 0.5.2.


From: Efraim Flashner
Subject: 05/11: gnu: openspecfun: Update to 0.5.2.
Date: Sun, 3 Jul 2016 10:54:54 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 49f54a7454f1ad90dedc5c291c696d18b33e203a
Author: Efraim Flashner <address@hidden>
Date:   Sun Jul 3 10:14:16 2016 +0300

    gnu: openspecfun: Update to 0.5.2.
    
    * gnu/packages/maths.scm (openspecfun): Update to 0.5.2.
---
 gnu/packages/maths.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index e8a5c6d..c0ee001 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1911,7 +1911,7 @@ environments.")
 (define-public openspecfun
   (package
     (name "openspecfun")
-    (version "0.4")
+    (version "0.5.2")
     (source
      (origin
        (method url-fetch)
@@ -1920,7 +1920,7 @@ environments.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0nsa3jjmlhcqkw5ba5ypbn3n0c8b6lc22zzlxnmxkxi9shhdx65z"))))
+         "1y5b2h6f2k72536kym3vzy3li3bhpd23x463g7hdmjdi3cncavz1"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f  ;no "check" target



reply via email to

[Prev in Thread] Current Thread [Next in Thread]