* [bug#72820] [PATCH 0/2] gnu: jacal: Update to 1c8.
@ 2024-08-26 15:35 Artyom V. Poptsov
2024-08-26 15:37 ` [bug#72820] [PATCH 1/2] gnu: scm: Update to 5f4 Artyom V. Poptsov
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Artyom V. Poptsov @ 2024-08-26 15:35 UTC (permalink / raw)
To: 72820; +Cc: Artyom V. Poptsov, Andreas Enge, Eric Bavier, Sharlatan Hellseher
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#72820] [PATCH 1/2] gnu: scm: Update to 5f4.
2024-08-26 15:35 [bug#72820] [PATCH 0/2] gnu: jacal: Update to 1c8 Artyom V. Poptsov
@ 2024-08-26 15:37 ` Artyom V. Poptsov
2024-08-26 15:37 ` [bug#72820] [PATCH 2/2] gnu: jacal: Update to 1c8 Artyom V. Poptsov
2024-09-03 9:58 ` bug#72820: [PATCH 0/2] " Ludovic Courtès
2 siblings, 0 replies; 4+ messages in thread
From: Artyom V. Poptsov @ 2024-08-26 15:37 UTC (permalink / raw)
To: 72820; +Cc: Artyom V. Poptsov
* gnu/packages/scheme.scm (scm): Update to 5f4.
Change-Id: I9b758e5ab8c5c53427549f024622649d54d06700
---
gnu/packages/scheme.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#72820] [PATCH 2/2] gnu: jacal: Update to 1c8.
2024-08-26 15:35 [bug#72820] [PATCH 0/2] gnu: jacal: Update to 1c8 Artyom V. Poptsov
2024-08-26 15:37 ` [bug#72820] [PATCH 1/2] gnu: scm: Update to 5f4 Artyom V. Poptsov
@ 2024-08-26 15:37 ` Artyom V. Poptsov
2024-09-03 9:58 ` bug#72820: [PATCH 0/2] " Ludovic Courtès
2 siblings, 0 replies; 4+ messages in thread
From: Artyom V. Poptsov @ 2024-08-26 15:37 UTC (permalink / raw)
To: 72820; +Cc: Artyom V. Poptsov, Andreas Enge, Eric Bavier, Sharlatan Hellseher
* 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 --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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#72820: [PATCH 0/2] gnu: jacal: Update to 1c8.
2024-08-26 15:35 [bug#72820] [PATCH 0/2] gnu: jacal: Update to 1c8 Artyom V. Poptsov
2024-08-26 15:37 ` [bug#72820] [PATCH 1/2] gnu: scm: Update to 5f4 Artyom V. Poptsov
2024-08-26 15:37 ` [bug#72820] [PATCH 2/2] gnu: jacal: Update to 1c8 Artyom V. Poptsov
@ 2024-09-03 9:58 ` Ludovic Courtès
2 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2024-09-03 9:58 UTC (permalink / raw)
To: Artyom V. Poptsov
Cc: 72820-done, Andreas Enge, Sharlatan Hellseher, Eric Bavier
Hi,
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> skribis:
> gnu: scm: Update to 5f4.
> gnu: jacal: Update to 1c8.
Applied, thanks!
(Good to see these two are alive and kicking.)
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-09-03 9:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-26 15:35 [bug#72820] [PATCH 0/2] gnu: jacal: Update to 1c8 Artyom V. Poptsov
2024-08-26 15:37 ` [bug#72820] [PATCH 1/2] gnu: scm: Update to 5f4 Artyom V. Poptsov
2024-08-26 15:37 ` [bug#72820] [PATCH 2/2] gnu: jacal: Update to 1c8 Artyom V. Poptsov
2024-09-03 9:58 ` bug#72820: [PATCH 0/2] " Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).