guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: pspp: Update to 0.10.1.


From: Efraim Flashner
Subject: 01/01: gnu: pspp: Update to 0.10.1.
Date: Sun, 03 Apr 2016 05:47:51 +0000

efraim pushed a commit to branch master
in repository guix.

commit fd7575d4790a49509969e5d93767a76cc54eb2ac
Author: Efraim Flashner <address@hidden>
Date:   Sun Apr 3 08:47:35 2016 +0300

    gnu: pspp: Update to 0.10.1.
    
    * gnu/packages/maths.scm (pspp): Update to 0.10.1.
---
 gnu/packages/maths.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index fddcd4b..e89fb91 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -204,7 +204,7 @@ LP/MIP solver is included in the package.")
 (define-public pspp
   (package
     (name "pspp")
-    (version "0.10.0")
+    (version "0.10.1")
     (source
      (origin
       (method url-fetch)
@@ -212,7 +212,7 @@ LP/MIP solver is included in the package.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "1nwnxr8mvf8y4lc8h8sd2xn2njwjk42x8mzj91zzv92m2z3vyggg"))))
+        "0xw61kq0hxh7f6a4yjhnqbhc0fj9r3wb3qnpq05qhdp79n30ik24"))))
     (build-system gnu-build-system)
     (inputs
      `(("cairo" ,cairo)



reply via email to

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