GNU bug report logs - #72474
[PATCH 00/30] Add ejabberd package.

Previous Next

Package: guix-patches;

Reported by: Igor Goryachev <igor <at> goryachev.org>

Date: Mon, 5 Aug 2024 10:38:01 UTC

Severity: normal

Tags: patch

Done: Andrew Tropin <andrew <at> trop.in>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Igor Goryachev <igor <at> goryachev.org>
To: 72474 <at> debbugs.gnu.org
Cc: Igor Goryachev <igor <at> goryachev.org>, Andrew Tropin <andrew <at> trop.in>
Subject: [bug#72474] [PATCH 14/30] gnu: Add erlang-p1-oauth2.
Date: Mon,  5 Aug 2024 13:44:47 +0300
* gnu/packages/erlang-xyz.scm (erlang-p1-oauth2): New variable.

Change-Id: I4d059e3c1fa644845787e70c3a4f7b0a3ebb4711
---
 gnu/packages/erlang-xyz.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/erlang-xyz.scm b/gnu/packages/erlang-xyz.scm
index 81dfe1c5de..c50d7cc2da 100644
--- a/gnu/packages/erlang-xyz.scm
+++ b/gnu/packages/erlang-xyz.scm
@@ -89,6 +89,22 @@ (define-public erlang-jiffy
     (home-page "https://hex.pm/packages/jiffy")
     (license license:expat)))
 
+(define-public erlang-p1-oauth2
+  (package
+    (name "erlang-p1-oauth2")
+    (version "0.6.14")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (hexpm-uri "p1_oauth2" version))
+       (sha256
+        (base32 "13xfk4flaqb3nsxirf3vmy3yv67n6s6xzil7bafjswj39r3srlqz"))))
+    (build-system rebar-build-system)
+    (synopsis "OAuth 2.0 implementation for Erlang")
+    (description "This package provides OAuth 2.0 implementation for Erlang.")
+    (home-page "https://hex.pm/packages/p1_oauth2")
+    (license (list license:expat license:asl2.0))))
+
 (define-public erlang-p1-utils
   (package
     (name "erlang-p1-utils")
-- 
2.45.2





This bug report was last modified 292 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.