mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: erlang-esip: Update to 1.0.56.
* gnu/packages/erlang-xyz.scm (erlang-esip): Update to 1.0.56. Change-Id: Ie6d4f7421335c3fd4d52cefead8fec938173cb62 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
108a152e83
commit
6a001764b0
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2024 Igor Goryachev <igor@goryachev.org>
|
;;; Copyright © 2024, 2025 Igor Goryachev <igor@goryachev.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -489,13 +489,13 @@ for Erlang/Elixir.")
|
||||||
(define-public erlang-esip
|
(define-public erlang-esip
|
||||||
(package
|
(package
|
||||||
(name "erlang-esip")
|
(name "erlang-esip")
|
||||||
(version "1.0.54")
|
(version "1.0.56")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (hexpm-uri "esip" version))
|
(uri (hexpm-uri "esip" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vip49gbz1z6sgrab6021fdlqq7g7712d5znvanwsnbjkn0sz1w1"))))
|
(base32 "07ys2n43fdg3cka6v7lh6633a177yiwmrkcd6vvj7dlkxw66dwwy"))))
|
||||||
(build-system rebar-build-system)
|
(build-system rebar-build-system)
|
||||||
(inputs (list erlang-fast-tls erlang-p1-utils erlang-stun))
|
(inputs (list erlang-fast-tls erlang-p1-utils erlang-stun))
|
||||||
(native-inputs (list erlang-pc))
|
(native-inputs (list erlang-pc))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue