guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: erlang: Update to 25.0.2.


From: guix-commits
Subject: branch master updated: gnu: erlang: Update to 25.0.2.
Date: Wed, 22 Jun 2022 13:03:52 -0400

This is an automated email from the git hooks/post-receive script.

htgoebel pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2511dcb8ef gnu: erlang: Update to 25.0.2.
2511dcb8ef is described below

commit 2511dcb8efe17e22516f0d079196808b0b348728
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Jun 21 19:52:47 2022 -0500

    gnu: erlang: Update to 25.0.2.
    
    * gnu/packages/erlang.scm (erlang): Update to 25.0.2.
---
 gnu/packages/erlang.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 53b58aec60..b3fc881397 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -44,7 +44,7 @@
 (define-public erlang
   (package
     (name "erlang")
-    (version "24.3.4")
+    (version "25.0.2")
     (source (origin
               (method git-fetch)
               ;; The tarball from http://erlang.org/download contains many
@@ -56,7 +56,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0rrnppglh261x81w9bzmh6wvxy8xjqiiw3nvv4q2214pmc1pxilr"))
+                "0xgp035vy0yy5m155rpmf22m6rq7pvw3m65s5mz22bcpj2rw4b0x"))
               (patches (search-patches "erlang-man-path.patch"))))
     (build-system gnu-build-system)
     (native-inputs
@@ -70,7 +70,7 @@
                                (version-major+minor version) ".tar.gz"))
            (sha256
             (base32
-             "057nrw8563nyd98l5zp9ffi3npw6h3jx06j1hv110wzpxqi25bb8"))))))
+             "17ap4kawlbqmcl13c543gh54p1ng8ivxmbn6lbbij07k81ry5p1y"))))))
     (inputs
      (list ncurses openssl wxwidgets))
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]