all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50819] [PATCH] gnu: ocaml-alcotest: Update to 1.4.0.
@ 2021-09-26 15:24 Xinglu Chen
  2021-10-08  2:40 ` bug#50819: " Julien Lepiller
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-09-26 15:24 UTC (permalink / raw)
  To: 50819

* gnu/packages/ocaml.scm (ocaml-alcotest): Update to 1.4.0.
[source]: Use Git repo instead of GitHub tarball.
---
 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 af0e80c9cb..50c6b569b2 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2252,14 +2252,16 @@ (define-public ocaml-astring
 (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"

base-commit: c1bc2a43200d6c6016c2a4154799c73c86a54021
-- 
2.33.0







^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50819: [PATCH] gnu: ocaml-alcotest: Update to 1.4.0.
  2021-09-26 15:24 [bug#50819] [PATCH] gnu: ocaml-alcotest: Update to 1.4.0 Xinglu Chen
@ 2021-10-08  2:40 ` Julien Lepiller
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Lepiller @ 2021-10-08  2:40 UTC (permalink / raw)
  To: 50819-done

Pushed to master as 6b198cc87424b330bbd46a5b706aea7e091c429b, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-08  2:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-26 15:24 [bug#50819] [PATCH] gnu: ocaml-alcotest: Update to 1.4.0 Xinglu Chen
2021-10-08  2:40 ` bug#50819: " Julien Lepiller

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.