guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cl-drakma: Update to 2.0.8.


From: guix-commits
Subject: branch master updated: gnu: cl-drakma: Update to 2.0.8.
Date: Tue, 02 Nov 2021 04:16:52 -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 1865860  gnu: cl-drakma: Update to 2.0.8.
1865860 is described below

commit 1865860cc13ac800661e2728237886f0516d632c
Author: Foo Chuan Wei <chuanwei.foo@hotmail.com>
AuthorDate: Mon Nov 1 11:10:49 2021 +0000

    gnu: cl-drakma: Update to 2.0.8.
    
    * gnu/packages/lisp-xyz.scm (sbcl-drakma): Update to 2.0.8.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 d3fd81d..5391148 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4022,17 +4022,17 @@ the format used by the popular compression tool bzip2.")
 (define-public sbcl-drakma
   (package
     (name "sbcl-drakma")
-    (version "2.0.7")
+    (version "2.0.8")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/edicl/drakma";)
              (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
+       (file-name (git-file-name "cl-drakma" version))
        (sha256
         (base32
-         "1441idnyif9xzx3ln1p3fg36k2v9h4wasjqrzc8y52j61420qpci"))))
+         "1wf2zivfvhsh6zvd6wcwfd67bm8s8a1p2fismszc8xb819dqk9yl"))))
     (build-system asdf-build-system/sbcl)
     (inputs
      `(("sbcl-puri" ,sbcl-puri)



reply via email to

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