guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: octave, octave-cli: Update to 5.2.0.


From: guix-commits
Subject: branch master updated: gnu: octave, octave-cli: Update to 5.2.0.
Date: Mon, 10 Feb 2020 14:50:23 -0500

This is an automated email from the git hooks/post-receive script.

kkebreau pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8a0dd28  gnu: octave, octave-cli: Update to 5.2.0.
8a0dd28 is described below

commit 8a0dd289c5b201ebfdd5465d412230bb81110e4c
Author: Kei Kebreau <address@hidden>
AuthorDate: Mon Feb 10 14:38:53 2020 -0500

    gnu: octave, octave-cli: Update to 5.2.0.
    
    * gnu/packages/maths.scm (octave, octave-cli): Update to 5.2.0.
    [inputs]: Add bdb.
---
 gnu/packages/maths.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 5ac3bd1..10071c1 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -74,6 +74,7 @@
   #:use-module (gnu packages compression)
   #:use-module (gnu packages curl)
   #:use-module (gnu packages cyrus-sasl)
+  #:use-module (gnu packages dbm)
   #:use-module (gnu packages documentation)
   #:use-module (gnu packages elf)
   #:use-module (gnu packages flex)
@@ -1492,7 +1493,7 @@ can solve two kinds of problems:
 (define-public octave-cli
   (package
     (name "octave-cli")
-    (version "5.1.0")
+    (version "5.2.0")
     (source
      (origin
       (method url-fetch)
@@ -1500,11 +1501,12 @@ can solve two kinds of problems:
                           version ".tar.lz"))
       (sha256
        (base32
-        "11wwxpy2q1bhxs2v41bqn05i2sb0905cj1xil6mg8l4k2kka4cq6"))))
+        "1848dq6nxzal8gwjrcp6xhi5gq96w89nss9d9rz75q408gb3mbl6"))))
     (build-system gnu-build-system)
     (inputs
      `(("alsa-lib" ,alsa-lib)
        ("arpack" ,arpack-ng)
+       ("bdb" ,bdb)
        ("curl" ,curl)
        ("fftw" ,fftw)
        ("fftwf" ,fftwf)



reply via email to

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