diff options
-rw-r--r-- | gnu/packages/erlang.scm | 8 |
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 |