~ruther/guix-local

6200916902eb62e63e4fe0d72f076468b96a1e7d — Igorj Gorjaĉev 5 months ago 4dfda52
gnu: erlang-p1-utils: Update to 1.0.28.

* gnu/packages/erlang-xyz.scm (erlang-p1-utils): Update to 1.0.28.

Change-Id: Ida0388928e0a96bee09cbfdb0a9b3421e34fa262
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/erlang-xyz.scm
M gnu/packages/erlang-xyz.scm => gnu/packages/erlang-xyz.scm +2 -2
@@ 450,13 450,13 @@ Server.")
(define-public erlang-p1-utils
  (package
    (name "erlang-p1-utils")
    (version "1.0.26")
    (version "1.0.28")
    (source
     (origin
       (method url-fetch)
       (uri (hexpm-uri "p1_utils" version))
       (sha256
        (base32 "0k5hfqrjrvgh7gknqj5pzpra9k1g0bgc2ac19zb8pfan2669wdyh"))))
        (base32 "0cq0gwd4vy51j1qq2c6p1i6nv98agvfjdy0sd6bdj2m4qi5x96y4"))))
    (build-system rebar-build-system)
    (synopsis "ProcessOne utility modules for Erlang")
    (description "This package provides ProcessOne utility modules for Erlang.")