* Upgrade cl-hunchentoot to version 1.3.0
@ 2021-10-05 4:22 Tim Lee
2021-10-05 13:37 ` Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Tim Lee @ 2021-10-05 4:22 UTC (permalink / raw)
To: guix-devel
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)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: Upgrade cl-hunchentoot to version 1.3.0
2021-10-05 4:22 Upgrade cl-hunchentoot to version 1.3.0 Tim Lee
@ 2021-10-05 13:37 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-10-05 13:37 UTC (permalink / raw)
To: Tim Lee; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1372 bytes --]
Tim Lee <progscriptclone@gmail.com> skribis:
> 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)
Hi,
When upgrading a package, you also have to update the hash of the
sources. In this case it can be computed with:
--8<---------------cut here---------------start------------->8---
git clone --depth 1 -b v1.3.0 https://github.com/edicl/hunchentoot
guix hash -rx hunchentoot
--8<---------------cut here---------------end--------------->8---
I updated the cl-hunchentoot package to 1.3.0 in commit
b5dee04c9b5d5a99f045afcaeaab615b2e468cad.
The manual has information about the packaging process
(see https://guix.gnu.org/manual/devel/en/guix.html#Contributing).
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-05 13:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-05 4:22 Upgrade cl-hunchentoot to version 1.3.0 Tim Lee
2021-10-05 13:37 ` Guillaume Le Vaillant
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).