Merge pull request #218175 from vbgl/ocaml-prettym-0.0.3

ocamlPackages.prettym: 0.0.2 → 0.0.3
This commit is contained in:
superherointj 2023-02-26 07:39:21 -03:00 committed by GitHub
commit 363913d575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,9 @@
{ alcotest
, base64
, bigarray-compat
, bigarray-overlap
, bigstringaf
, buildDunePackage
, fetchzip
, fetchurl
, fmt
, jsonm
, ke
@ -14,17 +13,17 @@
buildDunePackage rec {
pname = "prettym";
version = "0.0.2";
version = "0.0.3";
src = fetchzip {
src = fetchurl {
url = "https://github.com/dinosaure/prettym/releases/download/${version}/prettym-${version}.tbz";
sha256 = "03x7jh62mvzc6x2d8xsy456qa6iphw72zm7jmqrakpmsy6zcf2lb";
hash = "sha256-kXDxoRref02YpYSlvlK7a5FBX5ccbnWJQzG0axi5jwk=";
};
useDune2 = true;
duneVersion = "3";
minimalOCamlVersion = "4.08";
propagatedBuildInputs = [
bigarray-compat
bigarray-overlap
bigstringaf
fmt