Skip to content

Commit

Permalink
ocamlPackages.csexp: 1.3.1 -> 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hongchangwu authored and vbgl committed Sep 23, 2020
1 parent 3eb1f8a commit 8662a35
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/development/ocaml-modules/csexp/default.nix
Expand Up @@ -2,15 +2,13 @@

buildDunePackage rec {
pname = "csexp";
version = "1.3.1";

useDune2 = true;
version = "1.3.2";

minimumOCamlVersion = "4.08";

src = fetchurl {
url = "https://github.com/ocaml-dune/csexp/releases/download/${version}/csexp-${version}.tbz";
sha256 = "0maihbqbqq9bwr0r1cv51r3m4hrkx9cf5wnxcz7rjgn13lcc9s49";
sha256 = "0jhwrxfjb0x31xj4g4b89fzw34sq19j0rq2hs2zyh1vz4xxl47zj";
};

postPatch = ''
Expand Down

0 comments on commit 8662a35

Please sign in to comment.