GNU bug report logs -
#58432
[PATCH] gnu: Add hiredis
Previous Next
Reported by: Thomas Albers <thomas <at> thomaslabs.org>
Date: Tue, 11 Oct 2022 09:21:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Heya Thomas,
Looks mostly good, just a few nitpicks:
On Tue Oct 11, 2022 at 10:19 AM BST, Thomas Albers via Guix-patches via wrote:
> +(define-public hiredis
> + (package
> + (name "hiredis")
^
We usually have two spaces of indentation here.
> + (source (origin
> + (method git-fetch)
^
Here too.
> + (sha256
> + (base32 "0a55zk3qrw9yl27i87h3brg2hskmmzbfda77dhq9a4if7y70xnfb"))))
Put the hash string on a new line.
> + (description "Library for sending commands and receiving replies to and
> +from a Redis server. It comes with a synchronous API, asynchronous API and
> +reply parsing API. Only the binary-safe Redis protocol is supported.")
"This package provides a library for ..." is probably better.
-- (
This bug report was last modified 2 years and 281 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.