GNU bug report logs -
#50819
[PATCH] gnu: ocaml-alcotest: Update to 1.4.0.
Previous Next
Reported by: Xinglu Chen <public <at> yoctocell.xyz>
Date: Sun, 26 Sep 2021 15:25:01 UTC
Severity: normal
Tags: patch
Done: Julien Lepiller <julien <at> lepiller.eu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#50819: [PATCH] gnu: ocaml-alcotest: Update to 1.4.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 50819 <at> debbugs.gnu.org.
--
50819: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50819
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Pushed to master as 6b198cc87424b330bbd46a5b706aea7e091c429b, thanks!
[Message part 3 (message/rfc822, inline)]
* 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
This bug report was last modified 3 years and 229 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.