guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cl-yason: Update to 0.8.4.


From: guix-commits
Subject: branch master updated: gnu: cl-yason: Update to 0.8.4.
Date: Mon, 05 Sep 2022 05:45:01 -0400

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

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0898fd56c9 gnu: cl-yason: Update to 0.8.4.
0898fd56c9 is described below

commit 0898fd56c910cc76d8b59bbe781f1a05ab78fad6
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Sep 5 11:40:25 2022 +0200

    gnu: cl-yason: Update to 0.8.4.
    
    * gnu/packages/lisp-xyz.scm (sbcl-yason): Update to 0.8.4.
---
 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 a758da8630..1ec5366fc7 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -7814,17 +7814,16 @@ of function partial application and composition.")
 (define-public sbcl-yason
   (package
     (name "sbcl-yason")
-    (version "0.7.7")
+    (version "0.8.4")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/phmarek/yason";)
              (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
+       (file-name (git-file-name "cl-yason" version))
        (sha256
-        (base32
-         "0479rbjgbj80jpk5bby18inlv1kfp771a82rlcq5psrz65qqa9bj"))))
+        (base32 "0d22sw7nf2ygqm56ilybg7bza63cv43pc4184r8rvsjz2in37n51"))))
     (build-system asdf-build-system/sbcl)
     (inputs
      (list sbcl-alexandria sbcl-trivial-gray-streams))



reply via email to

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