guix-commits
[Top][All Lists]
Advanced

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

02/19: gnu: cl-form-types: Update to 0.3.2.


From: guix-commits
Subject: 02/19: gnu: cl-form-types: Update to 0.3.2.
Date: Thu, 21 Mar 2024 17:59:29 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit 9d1f3593e8810bfb52150509404f87a0ebc322d9
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Mar 21 21:21:12 2024 +0000

    gnu: cl-form-types: Update to 0.3.2.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-form-types): Update to 0.3.2.
    
    Change-Id: I33a90bba9efb181466d113951a9eb398d20b2648
---
 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 fa462ca16d..511ef98b42 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -16655,7 +16655,7 @@ and comparison operations when used heavily in numeric 
code.")
 (define-public sbcl-cl-form-types
   (package
     (name "sbcl-cl-form-types")
-    (version "0.3.1")
+    (version "0.3.2")
     (source
      (origin
        (method git-fetch)
@@ -16665,7 +16665,7 @@ and comparison operations when used heavily in numeric 
code.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "17kdjqmm2ib347b8lqm3k4kca2j53kr0azb6h7m0v5i157ibndsw"))))
+         "0k4j657vfh4zblp9a7d3z15r82yyz4fzqh8vfn2s7ljsj1dmhp2n"))))
     (build-system asdf-build-system/sbcl)
     (inputs
      (list sbcl-agutil



reply via email to

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