guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl-fof: Update to 0.2.0.


From: guix-commits
Subject: branch master updated: gnu: sbcl-fof: Update to 0.2.0.
Date: Mon, 07 Jun 2021 08:00:43 -0400

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 e3611cc  gnu: sbcl-fof: Update to 0.2.0.
e3611cc is described below

commit e3611cc412e7b1c750a56d17fb1b7cde684baa3f
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Jun 7 14:00:07 2021 +0200

    gnu: sbcl-fof: Update to 0.2.0.
    
    * gnu/packages/lisp-xyz.scm (sbcl-fof): Update to 0.2.0.
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b61356d..f366def 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15548,7 +15548,7 @@ return the CPU count of the current system.")
 (define-public sbcl-fof
   (package
     (name "sbcl-fof")
-    (version "0.1.0")
+    (version "0.2.0")
     (source
      (origin
        (method git-fetch)
@@ -15557,7 +15557,7 @@ return the CPU count of the current system.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1xdnlqrjfmgdgw58avkci881iwarv4am2vq09b14pfifmpxpzv10"))))
+        (base32 "0j64b7p40h8bq33hqkpgakm3vs1607vyx6n48d7qg3287v1akk6m"))))
     (build-system asdf-build-system/sbcl)
     (arguments
      `(#:phases



reply via email to

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