GNU bug report logs - #75635
[PATCH 00/11] Update ejabberd to 24.12.

Previous Next

Package: guix-patches;

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

Date: Fri, 17 Jan 2025 18:46:01 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

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: 75635 <at> debbugs.gnu.org
Cc: Igor Goryachev <igor <at> goryachev.org>, Andrew Tropin <andrew <at> trop.in>
Subject: [bug#75635] [PATCH 01/11] gnu: erlang-esip: Update to 1.0.56.
Date: Fri, 17 Jan 2025 20:47:00 +0200
* gnu/packages/erlang-xyz.scm (erlang-esip): Update to 1.0.56.

Change-Id: Ie6d4f7421335c3fd4d52cefead8fec938173cb62
---
 gnu/packages/erlang-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/erlang-xyz.scm b/gnu/packages/erlang-xyz.scm
index 6f1c033aec5..d406b7275ba 100644
--- a/gnu/packages/erlang-xyz.scm
+++ b/gnu/packages/erlang-xyz.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2024 Igor Goryachev <igor <at> goryachev.org>
+;;; Copyright © 2024, 2025 Igor Goryachev <igor <at> goryachev.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -489,13 +489,13 @@ (define-public erlang-xmpp
 (define-public erlang-esip
   (package
     (name "erlang-esip")
-    (version "1.0.54")
+    (version "1.0.56")
     (source
      (origin
        (method url-fetch)
        (uri (hexpm-uri "esip" version))
        (sha256
-        (base32 "1vip49gbz1z6sgrab6021fdlqq7g7712d5znvanwsnbjkn0sz1w1"))))
+        (base32 "07ys2n43fdg3cka6v7lh6633a177yiwmrkcd6vvj7dlkxw66dwwy"))))
     (build-system rebar-build-system)
     (inputs (list erlang-fast-tls erlang-p1-utils erlang-stun))
     (native-inputs (list erlang-pc))
-- 
2.47.1





This bug report was last modified 177 days ago.

Previous Next


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