1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: erlang-provider-asn1: Update to 0.4.1.

* gnu/packages/erlang.scm (erlang-provider-asn1): Update to 0.4.1.

Change-Id: If99ad267136b414f48a89b3c0bca56a2b3dbe574
This commit is contained in:
Giacomo Leidi
2025-10-02 11:38:42 +02:00
committed by Giacomo Leidi
parent 5c07eccfac
commit 530e40cc7d

View File

@@ -635,13 +635,13 @@ testing of stateful systems.")
(define-public erlang-provider-asn1
(package
(name "erlang-provider-asn1")
(version "0.3.0")
(version "0.4.1")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "provider_asn1" version))
(sha256
(base32 "01gvpwdlkpmvzi280rn66f5ijlvap6k368yzpb0mmlv2hrcsbrrj"))))
(base32 "079rxf4sl88xk67336fd2s48936p8h99cjgjdkpjj9kj48ipm90y"))))
(build-system rebar-build-system)
(inputs (list erlang-providers))
(synopsis "Compile ASN.1 with Rebar3")