civodul pushed a commit to branch master
in repository guix.

commit 39eec9881d965060039a2b6bfbf545f06253161c
Author: Nils Gillmann <[email protected]>
Date:   Mon Jul 16 09:58:02 2018 +0000

    gnu: erlang: Update to 21.0.
    
    * gnu/packages/erlang.scm (erlang): Update to 21.0.
    
    Signed-off-by: Nils Gillmann <[email protected]>
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/erlang.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 1c18efe..f0b2f35 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2016, 2017 Leo Famulari <[email protected]>
 ;;; Copyright © 2016, 2017 Pjotr Prins <[email protected]>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright (C) 2018 Nils Gillmann <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -37,7 +38,7 @@
 (define-public erlang
   (package
     (name "erlang")
-    (version "20.2.3")
+    (version "21.0")
     (source (origin
               (method url-fetch)
               ;; The tarball from http://erlang.org/download contains many
@@ -48,7 +49,7 @@
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0s9g4ijdbqq21k4cqggz074d3fiimah942qisv2kgizhlivpw2nm"))
+                "0gv43lra4870xns8b0yjzbq78afzvz9gk6y3q3fa4y4sqcrqwbas"))
               (patches (search-patches "erlang-man-path.patch"))))
     (build-system gnu-build-system)
     (native-inputs
@@ -64,7 +65,7 @@
                                (version-major+minor version) ".tar.gz"))
            (sha256
             (base32
-             "1pyb8wbk7znsyni8d1k4dj1m01lr191dcrrzisli1z27ks7hh3lm"))))))
+             "0cgv23q0215f6lvmhj4w9skx5m29khjs9mb890635s3yp520xgqh"))))))
     (inputs
      `(("ncurses" ,ncurses)
        ("openssl" ,openssl)

Reply via email to