gnu: elixir: Update to 1.16.3.

* gnu/packages/elixir.scm (elixir): Update to 1.16.3.

Change-Id: Iaef9633f68cca0b36c7528f7f399fb8d58125858
Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Igor Goryachev via Guix-patches via 2024-06-13 09:17:53 +03:00 committed by Andrew Tropin
parent 08ec22831a
commit c70969bca5
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -9,6 +9,7 @@
;;; Copyright © 2021 Cees de Groot <cg@evrl.com> ;;; Copyright © 2021 Cees de Groot <cg@evrl.com>
;;; Copyright © 2024 Andrew Tropin <andrew@trop.in> ;;; Copyright © 2024 Andrew Tropin <andrew@trop.in>
;;; Copyright © 2024 Ivan Sokolov <ivan-p-sokolov@ya.ru> ;;; Copyright © 2024 Ivan Sokolov <ivan-p-sokolov@ya.ru>
;;; Copyright © 2024 Igor Goryachev <igor@goryachev.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -39,7 +40,7 @@ (define-module (gnu packages elixir)
(define-public elixir (define-public elixir
(package (package
(name "elixir") (name "elixir")
(version "1.14.0") (version "1.16.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -48,7 +49,7 @@ (define-public elixir
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "16rc4qaykddda6ax5f8zw70yhapgwraqbgx5gp3f40dvfax3d51l")) (base32 "0db1f6p8409ld81lfd9ln9ir4v55h48lzsbd91jz0hns7ninlh2r"))
(patches (search-patches "elixir-path-length.patch")))) (patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments