guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: ocaml-alcotest: Update to 1.4.0.


From: guix-commits
Subject: 01/08: gnu: ocaml-alcotest: Update to 1.4.0.
Date: Thu, 7 Oct 2021 21:32:09 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 6b198cc87424b330bbd46a5b706aea7e091c429b
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sun Sep 26 17:24:31 2021 +0200

    gnu: ocaml-alcotest: Update to 1.4.0.
    
    * gnu/packages/ocaml.scm (ocaml-alcotest): Update to 1.4.0.
    [source]: Use Git repo instead of GitHub tarball.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 gnu/packages/ocaml.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index c17b3db..e2ded13 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2252,14 +2252,16 @@ immutability.")
 (define-public ocaml-alcotest
   (package
     (name "ocaml-alcotest")
-    (version "1.0.0")
+    (version "1.4.0")
     (source (origin
-              (method url-fetch)
-              (uri (string-append 
"https://github.com/mirage/alcotest/releases/";
-                                  "download/" version "/alcotest-" version 
".tbz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/mirage/alcotest";)
+                    (commit version)))
+              (file-name (git-file-name name version))
               (sha256
-                (base32
-                  "1a43ilhwnj58pq3bi78ni46l9wh6klmmgfc93i94mvyx48bzzayx"))))
+               (base32
+                "0fs4yzjva8q703h9kjl5cs0wibvxaqv5hhfhmpbpm1k8cqwr9cri"))))
     (build-system dune-build-system)
     (arguments
      `(#:package "alcotest"



reply via email to

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