all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63935] [PATCH] Update Erlang to ver. 25.3.2
@ 2023-06-06 22:34 wrobell
  2023-06-12 19:43 ` bug#63935: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: wrobell @ 2023-06-06 22:34 UTC (permalink / raw)
  To: 63935; +Cc: wrobell

---
 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 b6e82e0109..a7f161647b 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -46,7 +46,7 @@ (define-module (gnu packages erlang)
 (define-public erlang
   (package
     (name "erlang")
-    (version "25.3")
+    (version "25.3.2")
     (source (origin
               (method git-fetch)
               ;; The tarball from http://erlang.org/download contains many
@@ -58,7 +58,7 @@ (define-public erlang
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0jw230fy0z358aj1xi80hg14qyqyj5p4wp0pfifkr0n694j3h2d1"))
+                "092lym5a181gz89nscw7kqhw1wa6qvgcpkj80q4i9p79mxmsr1nj"))
               (patches (search-patches "erlang-man-path.patch"))))
     (build-system gnu-build-system)
     (native-inputs

base-commit: 6ea2e1105ad66062996eabb8af747c6ada353717
prerequisite-patch-id: 16d4acbb618bd0c6056ad9d5c221d0d007ec0ae0
-- 
2.40.1





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

* bug#63935: [PATCH] Update Erlang to ver. 25.3.2
  2023-06-06 22:34 [bug#63935] [PATCH] Update Erlang to ver. 25.3.2 wrobell
@ 2023-06-12 19:43 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-06-12 19:43 UTC (permalink / raw)
  To: wrobell; +Cc: 63935-done

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


wrobell <wrobell@riseup.net> writes:

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

I've written a commit message for this change and pushed to master as
43e06d0203a4ba2e2612cb7313adb3f16f288325.

Thanks,

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:[~2023-06-13 20:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-06 22:34 [bug#63935] [PATCH] Update Erlang to ver. 25.3.2 wrobell
2023-06-12 19:43 ` bug#63935: " 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.