emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#57553: closed ([Patch] Bump Erlang to 25.0.4)


From: GNU bug Tracking System
Subject: bug#57553: closed ([Patch] Bump Erlang to 25.0.4)
Date: Sun, 04 Sep 2022 18:00:02 +0000

Your message dated Sun, 04 Sep 2022 18:57:59 +0100
with message-id <87k06j3tss.fsf@cbaines.net>
and subject line Re: [bug#57553] [Patch] Bump Erlang to 25.0.4
has caused the debbugs.gnu.org bug report #57553,
regarding [Patch] Bump Erlang to 25.0.4
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57553: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57553
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [Patch] Bump Erlang to 25.0.4 Date: Sat, 03 Sep 2022 01:11:53 +0000
Subject: [PATCH] Bump Erlang to 25.0.4

25.0.4 is currently the latest released version.

---
 gnu/packages/erlang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index b3fc881397..ede46f3a1c 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -44,7 +44,7 @@ (define-module (gnu packages erlang)
 (define-public erlang
   (package
     (name "erlang")
-    (version "25.0.2")
+    (version "25.0.4")
     (source (origin
               (method git-fetch)
               ;; The tarball from http://erlang.org/download contains many
@@ -56,7 +56,7 @@ (define-public erlang
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xgp035vy0yy5m155rpmf22m6rq7pvw3m65s5mz22bcpj2rw4b0x"))
+                "0n39pd5d8mmyj03d8fdan0zb2pcc383pmqf0v7s356fgirdbsrcm"))
               (patches (search-patches "erlang-man-path.patch"))))
     (build-system gnu-build-system)
     (native-inputs
-- 
2.34.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#57553] [Patch] Bump Erlang to 25.0.4 Date: Sun, 04 Sep 2022 18:57:59 +0100 User-agent: mu4e 1.6.11; emacs 28.1
Cees de Groot <cg@evrl.com> writes:

> Subject: [PATCH] Bump Erlang to 25.0.4
>
> 25.0.4 is currently the latest released version.
>
> ---
>  gnu/packages/erlang.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, like the elixir patch, I've adapted the commit message to the
conventional style for package updates:

  gnu: erlang: Update to 25.0.4.

  * gnu/packages/erlang.scm (erlang): Update to 25.0.4.


... and pushed to master as 75febb00a57b69d41e989af0487446105fae32a5.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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