guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: ocaml-zed: Update to 1.6.


From: Tobias Geerinckx-Rice
Subject: 03/08: gnu: ocaml-zed: Update to 1.6.
Date: Wed, 10 Jan 2018 17:38:03 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c959a7745139cb3978556852985e493fccbf1446
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jan 10 18:55:47 2018 +0100

    gnu: ocaml-zed: Update to 1.6.
    
    * gnu/packages/ocaml.scm (ocaml-zed): Update to 1.6.
---
 gnu/packages/ocaml.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 813629d..eab84c6 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -8,7 +8,7 @@
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016, 2017 Julien Lepiller <address@hidden>
 ;;; Copyright © 2017 Ben Woodcroft <address@hidden>
-;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3619,7 +3619,7 @@ is provide a description of your project and Jbuilder 
will do the rest.")
 (define-public ocaml-zed
   (package
     (name "ocaml-zed")
-    (version "1.5")
+    (version "1.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/diml/zed/archive/";
@@ -3627,7 +3627,7 @@ is provide a description of your project and Jbuilder 
will do the rest.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1q281slzwgdrrxalayll75bxgghadswlh2zcvzy08nrywqnlq5y8"))))
+                "19m5vrj60vg1b63qfsv0aabdlzgn40cqmx65s3wafqi4fs9xp6jn"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]