From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
To: guix-devel@gnu.org
Subject: [PATCH 1/2] gnu: julia: Update to 0.4.5.
Date: Wed, 25 May 2016 17:25:23 +0200 [thread overview]
Message-ID: <1464189924-29167-2-git-send-email-ricardo.wurmus@mdc-berlin.de> (raw)
In-Reply-To: <1464189924-29167-1-git-send-email-ricardo.wurmus@mdc-berlin.de>
* gnu/packages/julia.scm (julia): Update to 0.4.5.
(libuv-julia): Update commit.
---
gnu/packages/julia.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm
index 4e6b871..d358a00 100644
--- a/gnu/packages/julia.scm
+++ b/gnu/packages/julia.scm
@@ -43,8 +43,8 @@
#:use-module (ice-9 match))
(define libuv-julia
- (let ((commit "07730c4bd595b4d45a498a8ee0bcd53878ff7c10")
- (revision "2"))
+ (let ((commit "efb40768b7c7bd9f173a7868f74b92b1c5a61a0e")
+ (revision "3"))
(package (inherit libuv)
(name "libuv-julia")
(version (string-append "0.11.26." revision "-" (string-take commit 8)))
@@ -56,7 +56,7 @@
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "1r0d4wb41w8k3bi9sjr7kapk1ag131ss2fbqa4jz4gnrzvw94sqx"))))
+ "16k6pm2jl0ymz5j4ldxn94imdimahqqfd2izgr3zf1vwyyay77w3"))))
(build-system gnu-build-system)
(arguments
(substitute-keyword-arguments (package-arguments libuv)
@@ -68,7 +68,7 @@
(define-public julia
(package
(name "julia")
- (version "0.4.3")
+ (version "0.4.5")
(source (origin
(method url-fetch)
(uri (string-append
@@ -76,7 +76,7 @@
version "/julia-" version "-full.tar.gz"))
(sha256
(base32
- "1i8k847d8n9v37xg69grpl51dysx36p0phwf0d1qxpsqixdg579b"))))
+ "1nbi78fav5f4zj5332iwm4mfk0qhd5qh61z881q69rvp7b163wyb"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
--
2.7.3
next prev parent reply other threads:[~2016-05-25 15:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-25 15:25 [PATCH] Update Julia (and use smaller tarball) Ricardo Wurmus
2016-05-25 15:25 ` Ricardo Wurmus [this message]
2016-05-28 14:27 ` [PATCH 1/2] gnu: julia: Update to 0.4.5 Ludovic Courtès
2016-05-25 15:25 ` [PATCH 2/2] gnu: julia: Use unbundled release tarball Ricardo Wurmus
2016-05-25 17:41 ` Efraim Flashner
2016-05-25 18:28 ` Ricardo Wurmus
2016-05-28 14:29 ` Ludovic Courtès
2016-05-25 15:27 ` [PATCH] Update Julia (and use smaller tarball) Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1464189924-29167-2-git-send-email-ricardo.wurmus@mdc-berlin.de \
--to=ricardo.wurmus@mdc-berlin.de \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).