Merge pull request #116025 from r-ryantm/auto-update/ocaml4.10.0-csexp

ocamlPackages.csexp: 1.3.2 -> 1.4.0
This commit is contained in:
Mario Rodas 2021-03-15 20:20:33 -05:00 committed by GitHub
commit 499539e0f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "csexp";
version = "1.3.2";
version = "1.4.0";
useDune2 = true;
@ -10,7 +10,7 @@ buildDunePackage rec {
src = fetchurl {
url = "https://github.com/ocaml-dune/csexp/releases/download/${version}/csexp-${version}.tbz";
sha256 = "0jhwrxfjb0x31xj4g4b89fzw34sq19j0rq2hs2zyh1vz4xxl47zj";
sha256 = "sha256-jj1vyofxAqEm3ui3KioNFG8QQ5xHIY38FJ1Rvz7fNk4=";
};
propagatedBuildInputs = [ result ];