[PATCH] gnu: elixir: Update to 1.18.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Igor Goryachev
  • Zheng Junjie
Owner
unassigned
Submitted by
Igor Goryachev
Severity
normal

Debbugs page

Igor Goryachev wrote 2 months ago
(address . guix-patches@gnu.org)
54f487c0a04010bc207a5d410ff31ef223fae601.1737632689.git.igor@goryachev.org
* gnu/packages/elixir.scm (elixir): Update to 1.18.2.

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

Toggle diff (31 lines)
diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm
index 0b2f736aa79..30dedbfc855 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.1")
+ (version "1.18.2")
(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 "1bzg3m4dbhvrxv7f20q77j3648j0fkpnmajh4yfz53wj5ail14yc"))
+ (base32 "128jbl90scf7acs4x2b73sfypiy4ckvm9ba72xf113440ql58n7h"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments

base-commit: 4241a5a4688e8a118b2f66423abd3ef8baae98fc
--
2.47.1



--
Igor Goryachev
Zheng Junjie wrote 2 months ago
(name . Igor Goryachev via Guix-patches via)(address . guix-patches@gnu.org)
87frl8g4hq.fsf@iscas.ac.cn
Igor Goryachev via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (33 lines)
> * gnu/packages/elixir.scm (elixir): Update to 1.18.2.
>
> Change-Id: Ie43df675be73082a5b5fd86b64d5128ecb5e69c4
> ---
> 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 0b2f736aa79..30dedbfc855 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.1")
> + (version "1.18.2")
> (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 "1bzg3m4dbhvrxv7f20q77j3648j0fkpnmajh4yfz53wj5ail14yc"))
> + (base32 "128jbl90scf7acs4x2b73sfypiy4ckvm9ba72xf113440ql58n7h"))
> (patches (search-patches "elixir-path-length.patch"))))
> (build-system gnu-build-system)
> (arguments
>
> base-commit: 4241a5a4688e8a118b2f66423abd3ef8baae98fc
> --
> 2.47.1
pushed, closing.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmeTJkEACgkQO1qpk+Gi
3/DjDQ/9F2PdLKZ0RcOE846idG69+NKTiZTWY8PRv7RYMwrSNt/Vf4HIba1NXCX1
wa+Jw7j77ozUD6xWuGuwcH0ABS3GuYONwSLtTWWkMVGVpcJLCm4NA6jlTNvm89fd
i8Xl6M66NOnYM8ivgQ/hlXXiTf7XU9kPBuHqY7njlzCpvngM/9RjMh9fsHa+i2zj
2zGlSYl7OExM+wKCz9601hYuCJMpV32yqSDL4OvqcJdpsOSxexic3Xn5bDKDIePx
2uicQ+W8oYshGRVggpc/Mxs8I+054T776fZyjmDcV68fYFEG2yruonvSxXu6hmxt
NPew8ya4yW7swi+yYTpXjfeJIR8UirIe3JarICvfSfrXAtrEwVDerj/+pTs70C92
tknTXyt/MbXa7D2AxEGhzAZk/NpK2AhTsO2dvNAFK5lsu6n3GEO5ohjXUwiOa56Y
QDDou80DmeAqzCTsUIV5FjzR0c/Q7KixR3M0UiyBPb1kYKN9g4zak5/zWF21WnJE
yPVVtX/YkI/CXbxa8nnxRuVasfDjkpaDjBZV8izLECY4eGeLJvlkPnzxMr7pZuS0
hR40b9MbZfljPOgvxDMuNBJkVF4EhmbbesmTS8KDTOMc6K20rWsMe24rHPvwsK6P
2Xejr/KN2Vq3eFw9+AgVgOR/hmJxV0m9kNZgLIabc+QKVG0tohI=
=FUeu
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 75783@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75783
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help