me
/
guix
Archived
1
0
Fork 0

gnu: elixir: Update to 1.11.3.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Oskar Köök 2021-01-06 02:14:52 +01:00 committed by Efraim Flashner
parent ff34f8a693
commit d485ef5ce9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
;;; Copyright © 2017 nee <nee.git@cock.li>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Nikita <nikita@n0.is>
;;; Copyright © 2021 Oskar Köök <oskar@maatriks.ee>
;;;
;;; This file is part of GNU Guix.
;;;
@ -33,7 +34,7 @@
(define-public elixir
(package
(name "elixir")
(version "1.10.4")
(version "1.11.3")
(source
(origin
(method git-fetch)
@ -42,7 +43,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "16j4rmm3ix088fvxhvyjqf1hnfg7wiwa87gml3b2mrwirdycbinv"))
(base32 "0ivah4117z75pinvb3gr22d05ihfwcdgw5zvvpv7kbgiqaj8ma8f"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments