* [bug#39305] [PATCH] gnu: elixir: Update to 1.10.0.
@ 2020-01-27 12:19 Oskar Köök
2020-02-14 16:14 ` Marius Bakke
0 siblings, 1 reply; 4+ messages in thread
From: Oskar Köök @ 2020-01-27 12:19 UTC (permalink / raw)
To: 39305
* gnu/packages/elixir.scm (elixir): Update to 1.10.0.
* gnu/packages/patches/elixir-path-length.patch: Update patch so it can
be applied to v1.10.0 source
---
gnu/packages/elixir.scm | 4 ++--
gnu/packages/patches/elixir-path-length.patch | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm
index 7420bc4963..9aa693ff3a 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -33,7 +33,7 @@
(define-public elixir
(package
(name "elixir")
- (version "1.9.4")
+ (version "1.10.0")
(source
(origin
(method git-fetch)
@@ -42,7 +42,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1l4318g35y4h0vi2w07ayc3jizw1xc3s7hdb47w6j3iw33y06g6b"))
+ (base32 "1fz22c2jqqm2jvzxar11bh1djg3kqdn5rbxdddlz0cv6mfz7hvgv"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments
diff --git a/gnu/packages/patches/elixir-path-length.patch b/gnu/packages/patches/elixir-path-length.patch
index aa8bf38829..ab99595cff 100644
--- a/gnu/packages/patches/elixir-path-length.patch
+++ b/gnu/packages/patches/elixir-path-length.patch
@@ -5,11 +5,11 @@ after the substitution is made.
--- a/Makefile
+++ b/Makefile
-@@ -213,6 +213,7 @@
- TEST_ERLS = $(addprefix $(TEST_EBIN)/, $(addsuffix .beam, $(basename $(notdir $(wildcard $(TEST_ERL)/*.erl)))))
+@@ -265,6 +265,7 @@ format: compile
+ $(call FORMAT)
test_formatted: compile
-+ bin/elixir bin/mix format lib/mix/lib/mix/scm/git.ex
- bin/elixir bin/mix format --check-formatted
++ $(call FORMAT,lib/mix/lib/mix/scm/git.ex)
+ $(call FORMAT,--check-formatted)
test_erlang: compile $(TEST_ERLS)
--
2.25.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#39305] [PATCH] gnu: elixir: Update to 1.10.0.
2020-01-27 12:19 [bug#39305] [PATCH] gnu: elixir: Update to 1.10.0 Oskar Köök
@ 2020-02-14 16:14 ` Marius Bakke
2020-02-16 10:13 ` Oskar Köök
0 siblings, 1 reply; 4+ messages in thread
From: Marius Bakke @ 2020-02-14 16:14 UTC (permalink / raw)
To: Oskar Köök, 39305
[-- Attachment #1: Type: text/plain, Size: 447 bytes --]
Oskar Köök <oskar@maatriks.ee> writes:
> * gnu/packages/elixir.scm (elixir): Update to 1.10.0.
> * gnu/packages/patches/elixir-path-length.patch: Update patch so it can
> be applied to v1.10.0 source
Thanks for the patch! It LGTM, but I am unable to apply it. It looks
like you mail user agent mangled it somehow.
Could you attach a patch created with 'git format-patch'; or
alternatively use git-send-email to send it directly?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#39305] [PATCH] gnu: elixir: Update to 1.10.0.
2020-02-14 16:14 ` Marius Bakke
@ 2020-02-16 10:13 ` Oskar Köök
2020-02-16 15:27 ` bug#39305: " Marius Bakke
0 siblings, 1 reply; 4+ messages in thread
From: Oskar Köök @ 2020-02-16 10:13 UTC (permalink / raw)
To: 39305
[-- Attachment #1: Type: text/plain, Size: 586 bytes --]
Hi
I have attached the patch. Hopefully this works.
Oskar
Feb 14, 2020, 18:14 by mbakke@fastmail.com:
> Oskar Köök <oskar@maatriks.ee> writes:
>
>> * gnu/packages/elixir.scm (elixir): Update to 1.10.0.
>> * gnu/packages/patches/elixir-path-length.patch: Update patch so it can
>> be applied to v1.10.0 source
>>
>
> Thanks for the patch! It LGTM, but I am unable to apply it. It looks
> like you mail user agent mangled it somehow.
>
> Could you attach a patch created with 'git format-patch'; or
> alternatively use git-send-email to send it directly?
>
[-- Attachment #2: 0001-gnu-elixir-Update-to-1.10.0.patch --]
[-- Type: text/x-patch, Size: 2067 bytes --]
From caee73b8ca06da62b3cd778ccc7ecfaf13bc4508 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oskar=20K=C3=B6=C3=B6k?= <oskarkook@maatriks.ee>
Date: Mon, 27 Jan 2020 14:13:16 +0200
Subject: [PATCH] gnu: elixir: Update to 1.10.0.
* gnu/packages/elixir.scm (elixir): Update to 1.10.0.
* gnu/packages/patches/elixir-path-length.patch: Update patch so it can
be applied to v1.10.0 source
---
gnu/packages/elixir.scm | 4 ++--
gnu/packages/patches/elixir-path-length.patch | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm
index 7420bc4963..9aa693ff3a 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -33,7 +33,7 @@
(define-public elixir
(package
(name "elixir")
- (version "1.9.4")
+ (version "1.10.0")
(source
(origin
(method git-fetch)
@@ -42,7 +42,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1l4318g35y4h0vi2w07ayc3jizw1xc3s7hdb47w6j3iw33y06g6b"))
+ (base32 "1fz22c2jqqm2jvzxar11bh1djg3kqdn5rbxdddlz0cv6mfz7hvgv"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments
diff --git a/gnu/packages/patches/elixir-path-length.patch b/gnu/packages/patches/elixir-path-length.patch
index aa8bf38829..ab99595cff 100644
--- a/gnu/packages/patches/elixir-path-length.patch
+++ b/gnu/packages/patches/elixir-path-length.patch
@@ -5,11 +5,11 @@ after the substitution is made.
--- a/Makefile
+++ b/Makefile
-@@ -213,6 +213,7 @@
- TEST_ERLS = $(addprefix $(TEST_EBIN)/, $(addsuffix .beam, $(basename $(notdir $(wildcard $(TEST_ERL)/*.erl)))))
+@@ -265,6 +265,7 @@ format: compile
+ $(call FORMAT)
test_formatted: compile
-+ bin/elixir bin/mix format lib/mix/lib/mix/scm/git.ex
- bin/elixir bin/mix format --check-formatted
++ $(call FORMAT,lib/mix/lib/mix/scm/git.ex)
+ $(call FORMAT,--check-formatted)
test_erlang: compile $(TEST_ERLS)
--
2.25.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#39305: [PATCH] gnu: elixir: Update to 1.10.0.
2020-02-16 10:13 ` Oskar Köök
@ 2020-02-16 15:27 ` Marius Bakke
0 siblings, 0 replies; 4+ messages in thread
From: Marius Bakke @ 2020-02-16 15:27 UTC (permalink / raw)
To: Oskar Köök, 39305-done
[-- Attachment #1: Type: text/plain, Size: 180 bytes --]
Oskar Köök <oskar@maatriks.ee> writes:
> I have attached the patch. Hopefully this works.
Like a charm! Pushed in b3e992e984144f643efff81808139b6c76777012.
Thank you!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-02-16 15:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-27 12:19 [bug#39305] [PATCH] gnu: elixir: Update to 1.10.0 Oskar Köök
2020-02-14 16:14 ` Marius Bakke
2020-02-16 10:13 ` Oskar Köök
2020-02-16 15:27 ` bug#39305: " Marius Bakke
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).