guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cl-hunchentoot: Update to 1.3.0.


From: guix-commits
Subject: branch master updated: gnu: cl-hunchentoot: Update to 1.3.0.
Date: Tue, 05 Oct 2021 09:36:46 -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 b5dee04  gnu: cl-hunchentoot: Update to 1.3.0.
b5dee04 is described below

commit b5dee04c9b5d5a99f045afcaeaab615b2e468cad
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Oct 5 15:30:13 2021 +0200

    gnu: cl-hunchentoot: Update to 1.3.0.
    
    * gnu/packages/lisp-xyz.scm (cl-hunchentoot): Update to 1.3.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 5faa69a..559d169 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4291,7 +4291,7 @@ sockets, SSL, continuable uploads, file uploads, cookies, 
and more.")
 (define-public sbcl-hunchentoot
   (package
     (name "sbcl-hunchentoot")
-    (version "1.2.38")
+    (version "1.3.0")
     (source
      (origin
        (method git-fetch)
@@ -4300,7 +4300,7 @@ sockets, SSL, continuable uploads, file uploads, cookies, 
and more.")
              (commit (string-append "v" version))))
        (file-name (git-file-name "hunchentoot" version))
        (sha256
-        (base32 "1anpcad7w045m4rsjs1f3xdhjwx5cppq1h0vlb3q7dz81fi3i6yq"))))
+        (base32 "1z0m45lp6rv59g69l44gj3q3d2bmjlhqzpii0vgkniam21dcimy9"))))
     (build-system asdf-build-system/sbcl)
     (native-inputs
      `(("sbcl-cl-who" ,sbcl-cl-who)



reply via email to

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