[bug#75791] gnu: erlang: Update to 27.2.1.
Commit Message
* gnu/packages/erlang.scm (erlang): Update to 27.2.1.
Change-Id: I881c80eec41d8797f4509b0cc43dcea0d69a1d94
---
gnu/packages/erlang.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
base-commit: 253c7c309a03612d8ff8c37ff6af364aaa044e1b
Comments
Igor Goryachev via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/erlang.scm (erlang): Update to 27.2.1.
>
> Change-Id: I881c80eec41d8797f4509b0cc43dcea0d69a1d94
> ---
> gnu/packages/erlang.scm | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
> index 09cb67b903b..b0f86085a71 100644
> --- a/gnu/packages/erlang.scm
> +++ b/gnu/packages/erlang.scm
> @@ -10,7 +10,7 @@
> ;;; Copyright © 2022 jgart <jgart@dismail.de>
> ;;; Copyright © 2023 wrobell <wrobell@riseup.net>
> ;;; Copyright © 2023 Tim Johann <t1m@phrogstar.de>
> -;;; Copyright © 2024 Igor Goryachev <igor@goryachev.org>
> +;;; Copyright © 2024, 2025 Igor Goryachev <igor@goryachev.org>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -49,7 +49,7 @@ (define-module (gnu packages erlang)
> (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 @@ (define-public erlang
> (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 @@ (define-public erlang
> "/OTP-" version "/otp_doc_man_" version ".tar.gz"))
> (sha256
> (base32
> - "12biwwh6yzaf8j8w4qzk9mbzcw567ffmx6i8vx2ry8qd2758mvp6"))))))
> + "13j1z082cimqxad2r6jfbs3bnslfmqvlfi8pj61rahny9qzpixy9"))))))
> (inputs
> (list ncurses openssl wxwidgets))
> (propagated-inputs
>
> base-commit: 253c7c309a03612d8ff8c37ff6af364aaa044e1b
> --
> 2.47.1
pushed, closing.
@@ -10,7 +10,7 @@
;;; Copyright © 2022 jgart <jgart@dismail.de>
;;; Copyright © 2023 wrobell <wrobell@riseup.net>
;;; Copyright © 2023 Tim Johann <t1m@phrogstar.de>
-;;; Copyright © 2024 Igor Goryachev <igor@goryachev.org>
+;;; Copyright © 2024, 2025 Igor Goryachev <igor@goryachev.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -49,7 +49,7 @@ (define-module (gnu packages erlang)
(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 @@ (define-public erlang
(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 @@ (define-public erlang
"/OTP-" version "/otp_doc_man_" version ".tar.gz"))
(sha256
(base32
- "12biwwh6yzaf8j8w4qzk9mbzcw567ffmx6i8vx2ry8qd2758mvp6"))))))
+ "13j1z082cimqxad2r6jfbs3bnslfmqvlfi8pj61rahny9qzpixy9"))))))
(inputs
(list ncurses openssl wxwidgets))
(propagated-inputs