abcdw pushed a commit to branch master
in repository guix.
commit 6158472d8ef2ae3d29a4d2ac662fda481f10a2eb
Author: Igor Goryachev via Guix-patches via <[email protected]>
AuthorDate: Mon Aug 5 13:45:02 2024 +0300
gnu: Add erlang-eredis.
* gnu/packages/erlang-xyz.scm (erlang-eredis): New variable.
Change-Id: I58fcb6d9b2aa75375dcc2c93b24b5dff0415ca56
Signed-off-by: Andrew Tropin <[email protected]>
---
gnu/packages/erlang-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/erlang-xyz.scm b/gnu/packages/erlang-xyz.scm
index f334e54d8e..5661bf52dd 100644
--- a/gnu/packages/erlang-xyz.scm
+++ b/gnu/packages/erlang-xyz.scm
@@ -577,6 +577,25 @@ support.")
(home-page "https://hex.pm/packages/epam")
(license license:asl2.0)))
+(define-public erlang-eredis
+ (package
+ (name "erlang-eredis")
+ (version "1.7.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri "eredis" version))
+ (sha256
+ (base32 "1h9wihjqs4fmgr5ihqpisf7k99h006dsf71lygp5zmgycv2m8avw"))))
+ (build-system rebar-build-system)
+ (synopsis
+ "Non-blocking Redis client with focus on performance and robustness")
+ (description
+ "This package provides non-blocking Redis client for Erlang with focus
+on performance and robustness.")
+ (home-page "https://hex.pm/packages/eredis")
+ (license license:expat)))
+
(define-public erlang-unicode-util-compat
(package
(name "erlang-unicode-util-compat")