guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: sbcl-common-lisp-jupyter: Update to 20210217


From: guix-commits
Subject: branch master updated: gnu: sbcl-common-lisp-jupyter: Update to 20210217.
Date: Tue, 23 Feb 2021 03:26:19 -0500

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 602f86d  gnu: sbcl-common-lisp-jupyter: Update to 20210217.
602f86d is described below

commit 602f86d60bfd29bc4fd7f86fd9f92a37c0497f55
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Tue Feb 23 09:25:40 2021 +0100

    gnu: sbcl-common-lisp-jupyter: Update to 20210217.
    
    * gnu/packages/lisp-xyz.scm (sbcl-common-lisp-jupyter): Update to 20210217.
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 17f8bbf..656404a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14418,10 +14418,10 @@ and @code{doseq*}.")
   (sbcl-package->cl-source-package sbcl-trivial-do))
 
 (define-public sbcl-common-lisp-jupyter
-  (let ((commit "61a9a8e7a18e2abd7af7c697ba5146fd19bd9d62"))
+  (let ((commit "011f60b69a3b8c70eefeafe7acb724cd00dd3e62"))
     (package
       (name "sbcl-common-lisp-jupyter")
-      (version (git-version "0.1" "1" commit))
+      (version (git-version "0.1" "2" commit))
       (source
        (origin
          (method git-fetch)
@@ -14430,7 +14430,7 @@ and @code{doseq*}.")
                (commit commit)))
          (file-name (git-file-name name commit))
          (sha256
-          (base32 "0zyzl55l45w9z65ygi5pcwda5w5p1j1bb0p2zg2n5cpv8344dkh2"))))
+          (base32 "10jdghlcmp9p6ygrvw7g49i8f9jy71ybzn29n544fzb6g47siqhw"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        `(("alexandria" ,sbcl-alexandria)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]