mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: elixir: Update to 1.18.1.
* gnu/packages/elixir.scm (elixir): Update to 1.18.1. Change-Id: I3a4d5db3883da8081daeb330345632bd7c2cfcc4 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
a42d57a935
commit
e902f73f60
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +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>
|
;;; Copyright © 2024, 2025 Igor Goryachev <igor@goryachev.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -41,7 +41,7 @@ (define-module (gnu packages elixir)
|
||||||
(define-public elixir
|
(define-public elixir
|
||||||
(package
|
(package
|
||||||
(name "elixir")
|
(name "elixir")
|
||||||
(version "1.18.0")
|
(version "1.18.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -50,7 +50,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 "1ki5wfkdidgkvcm3r6b547gkdpchah4r6z0y96frzf5f3prcjgbx"))
|
(base32 "1bzg3m4dbhvrxv7f20q77j3648j0fkpnmajh4yfz53wj5ail14yc"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue