guix-devel
[Top][All Lists]
Advanced

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

Upgrade cl-hunchentoot to version 1.3.0


From: Tim Lee
Subject: Upgrade cl-hunchentoot to version 1.3.0
Date: Tue, 5 Oct 2021 12:22:30 +0800

In Guix, the latest version of Hunchentoot is 1.2.38 (released on
2017-12-03). There is a new upstream version 1.3.0 (released on
2021-05-07). Can someone upgrade cl-hunchentoot? I am not familiar with
the Guix packaging process, but it appears that the following patch is
sufficient:

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5faa69a037..c8d2a90f58 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)




reply via email to

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