* [bug#52255] Update cl-coalton
@ 2021-12-03 4:31 Charles via Guix-patches via
2021-12-03 13:09 ` bug#52255: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Charles via Guix-patches via @ 2021-12-03 4:31 UTC (permalink / raw)
To: 52255
[-- Attachment #1.1: Type: text/plain, Size: 13 bytes --]
Empty Message
[-- Attachment #1.2: Type: text/html, Size: 24 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0002-gnu-cl-coalton-Update-to-0.0.1.patch --]
[-- Type: text/x-patch; name=0002-gnu-cl-coalton-Update-to-0.0.1.patch, Size: 2369 bytes --]
From 107dbae058573841ec041e709bfe834f1802b895 Mon Sep 17 00:00:00 2001
From: Charles <charles.b.jackson@protonmail.com>
Date: Thu, 2 Dec 2021 22:28:36 -0600
Subject: [PATCH 2/2] gnu: cl-coalton: Update to 0.0.1.
* gnu/packages/lisp-xyz.scm (sbcl-coalton): Update to 0.0.1.
---
gnu/packages/lisp-xyz.scm | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e5d5c7c95d..c3c49484a2 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15682,30 +15682,32 @@ (define-public cl-abstract-classes
(sbcl-package->cl-source-package sbcl-abstract-classes))
(define-public sbcl-coalton
- (let ((commit "4a42ffb4222fde3abfd1b50d96e455ff2eef9fe8")
- (revision "1"))
+ (let ((commit "012f6c8db6d73df16f7729090a12a929fb82db17")
+ (revision "2"))
(package
(name "sbcl-coalton")
- (version (git-version "0.0.0" revision commit))
+ (version (git-version "0.0.1" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/stylewarning/coalton")
+ (url "https://github.com/coalton-lang/coalton")
(commit commit)))
(file-name (git-file-name "coalton" version))
(sha256
- (base32 "0aidwwam7cnhb3p9212zbv5w2dl6kr5iklzanypzr1a9lqaxwdlk"))))
+ (base32 "1j3d12vyyn7y9nz2an4xmaa5si0jbxbwq7y61hq2b7vk376zvw18"))))
(build-system asdf-build-system/sbcl)
(native-inputs
`(("fiasco" ,sbcl-fiasco)))
(inputs
- `(("abstract-classes" ,sbcl-abstract-classes)
- ("alexandria" ,sbcl-alexandria)
+ `(("alexandria" ,sbcl-alexandria)
+ ("float-features" ,sbcl-float-features)
+ ("fset" ,sbcl-fset)
("global-vars" ,sbcl-global-vars)
- ("optima" ,sbcl-optima)
- ("trivial-garbage" ,sbcl-trivial-garbage)))
- (home-page "https://github.com/stylewarning/coalton")
+ ("json-streams" ,sbcl-json-streams)
+ ("serapeum" ,sbcl-serapeum)
+ ("trivia" ,sbcl-trivia)))
+ (home-page "https://coalton-lang.github.io")
(synopsis "Dialect of ML in Common Lisp")
(description
"Coalton is a dialect of ML embedded in Common Lisp. It emphasizes
--
2.34.0
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0001-gnu-cl-float-features-Update-to-latest-successful-co.patch --]
[-- Type: text/x-patch; name=0001-gnu-cl-float-features-Update-to-latest-successful-co.patch, Size: 2686 bytes --]
From 498fcdd869e2f9c980cc3b1033af22143c780305 Mon Sep 17 00:00:00 2001
From: Charles <charles.b.jackson@protonmail.com>
Date: Thu, 2 Dec 2021 22:26:56 -0600
Subject: [PATCH 1/2] gnu: cl-float-features: Update to latest successful
commit.
* gnu/packages/lisp-xyz.scm (sbcl-float-features): Update commit, hash, and
add revision.
---
gnu/packages/lisp-xyz.scm | 48 ++++++++++++++++++++-------------------
1 file changed, 25 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 1524eb61a9..e5d5c7c95d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -9376,30 +9376,32 @@ (define-public ecl-cl-randist
(sbcl-package->ecl-package sbcl-cl-randist))
(define-public sbcl-float-features
- (package
- (name "sbcl-float-features")
- (version "1.0.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/Shinmera/float-features")
- (commit "d3ef60181635b0849aa28cfc238053b7ca4644b0")))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0yj419k7n59x6rh3grwr6frgwwyria2il6f7wxpfazm8cskv4lzr"))))
- (build-system asdf-build-system/sbcl)
- (synopsis "Common Lisp IEEE float portability library")
- (description
- "Portability library for IEEE float features that are not
+ (let ((commit "c1f86aea91cfaa3aa59799162be23ef8a12b199d")
+ (revision "2"))
+ (package
+ (name "sbcl-float-features")
+ (version (git-version "1.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Shinmera/float-features")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0vqm9xhn2i4vbjrxnp4hr1l3lydjflhjykdz6cmqg2j48c5kh3g3"))))
+ (build-system asdf-build-system/sbcl)
+ (synopsis "Common Lisp IEEE float portability library")
+ (description
+ "Portability library for IEEE float features that are not
covered by the Common Lisp standard.")
- (home-page "https://github.com/Shinmera/float-features")
- (license license:zlib)
- (inputs
- `(("documentation-utils" ,sbcl-documentation-utils)))
- (arguments
- `(#:tests? #f))))
+ (home-page "https://github.com/Shinmera/float-features")
+ (license license:zlib)
+ (inputs
+ `(("documentation-utils" ,sbcl-documentation-utils)))
+ (arguments
+ `(#:tests? #f)))))
(define-public cl-float-features
(sbcl-package->cl-source-package sbcl-float-features))
--
2.34.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#52255: Update cl-coalton
2021-12-03 4:31 [bug#52255] Update cl-coalton Charles via Guix-patches via
@ 2021-12-03 13:09 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-12-03 13:09 UTC (permalink / raw)
To: Charles; +Cc: 52255-done
[-- Attachment #1: Type: text/plain, Size: 82 bytes --]
Patches pushed as 6e0c4a28b983916e2d5a19466fe085ce8127adf6 and
following.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-03 13:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-03 4:31 [bug#52255] Update cl-coalton Charles via Guix-patches via
2021-12-03 13:09 ` bug#52255: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.