GNU bug report logs - #78541
[PATCH] gnu: elixir: Update to 1.18.4.

Previous Next

Package: guix-patches;

Reported by: Igorj Gorjaĉev <igor <at> goryachev.org>

Date: Wed, 21 May 2025 17:20:02 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

To reply to this bug, email your comments to 78541 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#78541; Package guix-patches. (Wed, 21 May 2025 17:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Igorj Gorjaĉev <igor <at> goryachev.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 21 May 2025 17:20:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Igorj Gorjaĉev <igor <at> goryachev.org>
To: guix-patches <at> gnu.org
Cc: Igorj Gorjaĉev <igor <at> goryachev.org>,
 Z572 <z572 <at> z572.online>
Subject: [PATCH] gnu: elixir: Update to 1.18.4.
Date: Wed, 21 May 2025 20:18:43 +0300
* gnu/packages/elixir.scm (elixir): Update to 1.18.4.

Change-Id: Id9fbb0311309c5a2c06a41e8da84876fa94995c9
---
 gnu/packages/elixir.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm
index 0aca66c2d56..96ba0421ea2 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -41,7 +41,7 @@ (define-module (gnu packages elixir)
 (define-public elixir
   (package
     (name "elixir")
-    (version "1.18.3")
+    (version "1.18.4")
     (source
      (origin
        (method git-fetch)
@@ -50,7 +50,7 @@ (define-public elixir
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "03d2ha0ykrxwfzj1w7wvapc0w3nm1xchl1m9m7r287anh3wbazwc"))
+        (base32 "0861h06x1594jsqq21lkmd96yvlfhfngrrxm6fwpqifzw4ij02iz"))
        (patches (search-patches "elixir-path-length.patch"))))
     (build-system gnu-build-system)
     (arguments

base-commit: 11bc17c409d77cd1af91e30b5b9f6a73f873a152
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#78541; Package guix-patches. (Sun, 25 May 2025 15:37:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Z572 <z572 <at> z572.online>
To: Igorj Gorjaĉev via Guix-patches via <guix-patches <at> gnu.org>
Cc: 78541-done <at> debbugs.gnu.org, Z572 <z572 <at> z572.online>,
 Igorj Gorjaĉev <igor <at> goryachev.org>
Subject: Re: [bug#78541] [PATCH] gnu: elixir: Update to 1.18.4.
Date: Sun, 25 May 2025 23:36:19 +0800
[Message part 1 (text/plain, inline)]
Igorj Gorjaĉev via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/elixir.scm (elixir): Update to 1.18.4.
>
> Change-Id: Id9fbb0311309c5a2c06a41e8da84876fa94995c9
> ---
>  gnu/packages/elixir.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm
> index 0aca66c2d56..96ba0421ea2 100644
> --- a/gnu/packages/elixir.scm
> +++ b/gnu/packages/elixir.scm
> @@ -41,7 +41,7 @@ (define-module (gnu packages elixir)
>  (define-public elixir
>    (package
>      (name "elixir")
> -    (version "1.18.3")
> +    (version "1.18.4")
>      (source
>       (origin
>         (method git-fetch)
> @@ -50,7 +50,7 @@ (define-public elixir
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "03d2ha0ykrxwfzj1w7wvapc0w3nm1xchl1m9m7r287anh3wbazwc"))
> +        (base32 "0861h06x1594jsqq21lkmd96yvlfhfngrrxm6fwpqifzw4ij02iz"))
>         (patches (search-patches "elixir-path-length.patch"))))
>      (build-system gnu-build-system)
>      (arguments
>
> base-commit: 11bc17c409d77cd1af91e30b5b9f6a73f873a152

pushed, on codeberg!
[signature.asc (application/pgp-signature, inline)]

Reply sent to Z572 <z572 <at> z572.online>:
You have taken responsibility. (Sun, 25 May 2025 15:37:03 GMT) Full text and rfc822 format available.

Notification sent to Igorj Gorjaĉev <igor <at> goryachev.org>:
bug acknowledged by developer. (Sun, 25 May 2025 15:37:03 GMT) Full text and rfc822 format available.

This bug report was last modified 19 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.