diff mbox series

[bug#72820,2/2] gnu: jacal: Update to 1c8.

Message ID af7c569588423534129878b2f45b8bdaa7ceba75.1724686484.git.poptsov.artyom@gmail.com
State New
Headers show
Series gnu: jacal: Update to 1c8. | expand

Commit Message

Artyom V. Poptsov Aug. 26, 2024, 3:37 p.m. UTC
* gnu/packages/maths.scm (jacal): Update to 1c8.
[native-inputs]: Add time.

Change-Id: I855993e5caf67854c4c508546485872f770afdd6
---
 gnu/packages/maths.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 0a9f2ab7fb..eb5f8db641 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -7433,14 +7433,14 @@  (define-public reducelcs
 (define-public jacal
   (package
     (name "jacal")
-    (version "1c7")
+    (version "1c8")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://groups.csail.mit.edu/mac/ftpdir/scm/jacal-"
+                    "https://groups.csail.mit.edu/mac/ftpdir/scm/jacal-"
                     version ".zip"))
               (sha256
-               (base32 "06a5sx9ikd62bpnd898g3yk818b020b1a27mk7dbfla2zizib4xz"))))
+               (base32 "0dn706gl5nd36177m7rkx9sdzpxy116jy2mdmc0dcb758r64qvmw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
@@ -7470,7 +7470,7 @@  (define-public jacal
                      (string-append "--prefix="
                                     (assoc-ref outputs "out"))))))))
     (inputs (list scm))
-    (native-inputs (list unzip texinfo))
+    (native-inputs (list time unzip texinfo))
     (synopsis "Symbolic mathematics system")
     (description "GNU JACAL is an interactive symbolic mathematics program based on
 Scheme.  It manipulate and simplify a range of mathematical expressions such