[PATCH 0/2] gnu: jacal: Update to 1c8.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 7 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
cover.1724686484.git.poptsov.artyom@gmail.com
This patchset updates "scm" and "jackal" packages.

Artyom V. Poptsov (2):
gnu: scm: Update to 5f4.
gnu: jacal: Update to 1c8.

gnu/packages/maths.scm | 8 ++++----
gnu/packages/scheme.scm | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)


base-commit: 38094ff1666ecc4e264723e059771f3201235d4d
--
2.45.2
Artyom V. Poptsov wrote 7 months ago
[PATCH 1/2] gnu: scm: Update to 5f4.
(address . 72820@debbugs.gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
a382fb4d50d24fddce04f874c8b00da47e938620.1724686484.git.poptsov.artyom@gmail.com
* gnu/packages/scheme.scm (scm): Update to 5f4.

Change-Id: I9b758e5ab8c5c53427549f024622649d54d06700
---
gnu/packages/scheme.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 4c3ef66717..6d0b4b13ab 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -739,7 +739,7 @@ (define-public slib
(define-public scm
(package
(name "scm")
- (version "5f3")
+ (version "5f4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -747,7 +747,7 @@ (define-public scm
version ".zip"))
(sha256
(base32
- "1jxxlhmgal26mpcl97kz37djkn97rfy9h5pvw0hah6f3f6w49j97"))))
+ "17i6shvh2caqmksm7z130f9fz0qinaxg7xz9yadv904xh3znshnk"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.45.2
Artyom V. Poptsov wrote 7 months ago
[PATCH 2/2] gnu: jacal: Update to 1c8.
(address . 72820@debbugs.gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
af7c569588423534129878b2f45b8bdaa7ceba75.1724686484.git.poptsov.artyom@gmail.com
* 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(-)

Toggle diff (33 lines)
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
--
2.45.2
Ludovic Courtès wrote 6 months ago
Re: [bug#72820] [PATCH 0/2] gnu: jacal: Update to 1c8.
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
87a5gphxde.fsf@gnu.org
Hi,

"Artyom V. Poptsov" <poptsov.artyom@gmail.com> skribis:

Toggle quote (3 lines)
> gnu: scm: Update to 5f4.
> gnu: jacal: Update to 1c8.

Applied, thanks!

(Good to see these two are alive and kicking.)

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72820@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72820
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help