summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Goryachev <[email protected]>2025-01-23 22:12:03 +0200
committerZheng Junjie <[email protected]>2025-01-24 13:23:27 +0800
commit26708868bc5d847f845eea9649c3a2b895d91c06 (patch)
tree4942058383be4208e89befb59cb1ee9f802dfba0
parentd35b7017a6f6e429920bea212aa45edb85ff21b8 (diff)
gnu: erlang: Update to 27.2.1.
* gnu/packages/erlang.scm (erlang): Update to 27.2.1. Change-Id: I881c80eec41d8797f4509b0cc43dcea0d69a1d94 Signed-off-by: Zheng Junjie <[email protected]>
-rw-r--r--gnu/packages/erlang.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 09cb67b903..b0f86085a7 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -10,7 +10,7 @@
;;; Copyright © 2022 jgart <[email protected]>
;;; Copyright © 2023 wrobell <[email protected]>
;;; Copyright © 2023 Tim Johann <[email protected]>
-;;; Copyright © 2024 Igor Goryachev <[email protected]>
+;;; Copyright © 2024, 2025 Igor Goryachev <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -49,7 +49,7 @@
(define-public erlang
(package
(name "erlang")
- (version "27.2")
+ (version "27.2.1")
(source (origin
(method git-fetch)
;; The tarball from http://erlang.org/download contains many
@@ -61,7 +61,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0s9pw7vyjb53mvk4y0kj5zdv8nr30yklvnjs6va4gxn0xm4k7amb"))
+ "17hylbmdd82qqrajfcq961nql9asslc4b57130r6p77ch435a357"))
(patches (search-patches "erlang-man-path.patch"))))
(build-system gnu-build-system)
(native-inputs
@@ -74,7 +74,7 @@
"/OTP-" version "/otp_doc_man_" version ".tar.gz"))
(sha256
(base32
- "12biwwh6yzaf8j8w4qzk9mbzcw567ffmx6i8vx2ry8qd2758mvp6"))))))
+ "13j1z082cimqxad2r6jfbs3bnslfmqvlfi8pj61rahny9qzpixy9"))))))
(inputs
(list ncurses openssl wxwidgets))
(propagated-inputs