[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/12: gnu: sbcl-simple-parallel-tasks: Update to 1.0-1.ce7b60f.
From: |
guix-commits |
Subject: |
06/12: gnu: sbcl-simple-parallel-tasks: Update to 1.0-1.ce7b60f. |
Date: |
Tue, 1 Dec 2020 05:55:58 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 81108a983a65cad785eaff2a79fb9d3330e118fd
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Dec 1 10:59:09 2020 +0100
gnu: sbcl-simple-parallel-tasks: Update to 1.0-1.ce7b60f.
* gnu/packages/lisp-xyz.scm (sbcl-simple-parallel-tasks): Update to
1.0-1.ce7b60f.
---
gnu/packages/lisp-xyz.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 79fb41a..5f23bce 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6425,8 +6425,8 @@ Clojure, as well as several expansions on the idea.")
(sbcl-package->ecl-package sbcl-arrows))
(define-public sbcl-simple-parallel-tasks
- (let ((commit "db460f7a3f7bbfe2d3a2223ed21e162068d04dda")
- (revision "0"))
+ (let ((commit "ce7b60f788d8f68dfb69b24aac54c0e3b63379a6")
+ (revision "1"))
(package
(name "sbcl-simple-parallel-tasks")
(version (git-version "1.0" revision commit))
@@ -6438,8 +6438,7 @@ Clojure, as well as several expansions on the idea.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32
- "0amw3qk23wnlyrsgzszs6rs7y4zvxv8dr03rnqhc60mnm8ds4dd5"))))
+ (base32 "0gvbpyff4siifp3cp86cpr9ksmakn66fx21f3h0hpn647zl07nj7"))))
(build-system asdf-build-system/sbcl)
(native-inputs
`(("fiveam" ,sbcl-fiveam)))
- branch master updated (8697161 -> 0ce02f6), guix-commits, 2020/12/01
- 06/12: gnu: sbcl-simple-parallel-tasks: Update to 1.0-1.ce7b60f.,
guix-commits <=
- 04/12: gnu: clisp: Remove unused patch., guix-commits, 2020/12/01
- 02/12: gnu: sbcl: Increase default maximum heap size., guix-commits, 2020/12/01
- 03/12: gnu: Add clml., guix-commits, 2020/12/01
- 05/12: gnu: sbcl-specialized-function: Disable tests., guix-commits, 2020/12/01
- 09/12: gnu: Add maidenhead., guix-commits, 2020/12/01
- 08/12: gnu: Add mgrs., guix-commits, 2020/12/01
- 01/12: gnu: Add array-operations., guix-commits, 2020/12/01
- 10/12: gnu: Add olc., guix-commits, 2020/12/01
- 07/12: gnu: Add utm-ups., guix-commits, 2020/12/01
- 11/12: gnu: sbcl-ironclad: Update to 0.52., guix-commits, 2020/12/01