[PATCH] gnu: erlang: Update to 27.1.2.

  • Open
  • quality assurance status badge
Details
One participant
  • Igor Goryachev
Owner
unassigned
Submitted by
Igor Goryachev
Severity
normal
I
I
Igor Goryachev wrote 16 hours ago
(address . guix-patches@gnu.org)
120e5a708684867f937c06d3487ac1fa852a8568.1729165840.git.igor@goryachev.org
* gnu/packages/erlang.scm (erlang): Update to 27.1.2.

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

Toggle diff (35 lines)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index e950d12dab..6e88c38838 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -49,7 +49,7 @@ (define-module (gnu packages erlang)
(define-public erlang
(package
(name "erlang")
- (version "27.1.1")
+ (version "27.1.2")
(source (origin
(method git-fetch)
;; The tarball from http://erlang.org/download contains many
@@ -61,7 +61,7 @@ (define-public erlang
(file-name (git-file-name name version))
(sha256
(base32
- "1rm85y75202p6qkbqglqgfyvw0fnpdfx3h5i0k6pwqm62wh5g23r"))
+ "00vz5zmb1xmwbqj911xaw1vrnv0sn0nllij63zavi8ky33npv8ym"))
(patches (search-patches "erlang-man-path.patch"))))
(build-system gnu-build-system)
(native-inputs
@@ -74,7 +74,7 @@ (define-public erlang
"/OTP-" version "/otp_doc_man_" version ".tar.gz"))
(sha256
(base32
- "1sc6akmy8bsmmrw2mzaq4ai2gxmbr1cywvyz4a826m4v0z6qr0hp"))))))
+ "0j3h6ryv3v9d3zlf6plqmvd352xhn0k78awsj8afchfq6dl1xw3n"))))))
(inputs
(list ncurses openssl wxwidgets))
(propagated-inputs

base-commit: d95588242c605fbb72e25fe36a0903a1538e9018
--
2.46.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73851@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73851
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch