guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: cl-dexador: Update to 0.9.15-1.74a233e.


From: guix-commits
Subject: 05/06: gnu: cl-dexador: Update to 0.9.15-1.74a233e.
Date: Tue, 14 Jun 2022 09:59:04 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 893fc788fb0ca28d596317258dec668be314602c
Author: André A. Gomes <andremegafone@gmail.com>
AuthorDate: Tue Jun 14 09:46:23 2022 +0100

    gnu: cl-dexador: Update to 0.9.15-1.74a233e.
    
    * gnu/packages/lisp-xyz.scm (sbcl-dexador): Update to 0.9.15-1.74a233e.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 44790bc98b..f44b17af17 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6056,12 +6056,12 @@ cookie headers, cookie creation, cookie jar creation 
and more.")
   (sbcl-package->ecl-package sbcl-cl-cookie))
 
 (define-public sbcl-dexador
-  (let ((commit "953090f04c4d1a9ee6632b90133cdc297b68badc")
+  (let ((commit "74a233edb0ebf2b8c696fb8db984ac568fbcc4e5")
         (revision "1"))
     (package
       (name "sbcl-dexador")
       (build-system asdf-build-system/sbcl)
-      (version "0.9.14" )
+      (version (git-version "0.9.15" revision commit))
       (home-page "https://github.com/fukamachi/dexador";)
       (source
        (origin
@@ -6069,10 +6069,9 @@ cookie headers, cookie creation, cookie jar creation and 
more.")
          (uri (git-reference
                (url home-page)
                (commit commit)))
-         (file-name (git-file-name name version))
+         (file-name (git-file-name "cl-dexador" version))
          (sha256
-          (base32
-           "0w18fz3301rpmwc3kwb810czcd24mbf7r1z8vdyc0v5crjfpw3mn"))))
+          (base32 "14cbykd9j8klm8sz3siq5zk78a0ljd6rdwfq12fi4h1ih50apyfi"))))
       (inputs
        `(("trivial-gray-streams" ,sbcl-trivial-gray-streams)
          ("babel" ,sbcl-babel)



reply via email to

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