all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57553] [Patch] Bump Erlang to 25.0.4
@ 2022-09-03  1:11 Cees de Groot
  2022-09-04 17:57 ` bug#57553: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Cees de Groot @ 2022-09-03  1:11 UTC (permalink / raw)
  To: 57553

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57553: [Patch] Bump Erlang to 25.0.4
  2022-09-03  1:11 [bug#57553] [Patch] Bump Erlang to 25.0.4 Cees de Groot
@ 2022-09-04 17:57 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-09-04 17:57 UTC (permalink / raw)
  To: Cees de Groot; +Cc: 57553-done

[-- Attachment #1: Type: text/plain, Size: 508 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-04 18:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-03  1:11 [bug#57553] [Patch] Bump Erlang to 25.0.4 Cees de Groot
2022-09-04 17:57 ` bug#57553: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.