emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#50819: closed ([PATCH] gnu: ocaml-alcotest: Update to 1.4.0.)


From: GNU bug Tracking System
Subject: bug#50819: closed ([PATCH] gnu: ocaml-alcotest: Update to 1.4.0.)
Date: Fri, 08 Oct 2021 02:41:02 +0000

Your message dated Fri, 8 Oct 2021 04:40:36 +0200
with message-id <20211008044021.1a2fc7fd@tachikoma.lepiller.eu>
and subject line Re: [PATCH] gnu: ocaml-alcotest: Update to 1.4.0.
has caused the debbugs.gnu.org bug report #50819,
regarding [PATCH] gnu: ocaml-alcotest: Update to 1.4.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50819: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50819
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: ocaml-alcotest: Update to 1.4.0. Date: Sun, 26 Sep 2021 17:24:31 +0200
* 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






--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: ocaml-alcotest: Update to 1.4.0. Date: Fri, 8 Oct 2021 04:40:36 +0200
Pushed to master as 6b198cc87424b330bbd46a5b706aea7e091c429b, thanks!


--- End Message ---

reply via email to

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