nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.ppx_expect: 0.17.0 → 0.17.2 (#419158)

authored by

Ulrik Strid and committed by
GitHub
8fe69fd7 cd5bb5d4

+2 -1
+2 -1
pkgs/development/ocaml-modules/janestreet/0.17.nix
··· 1232 1232 1233 1233 ppx_expect = janePackage { 1234 1234 pname = "ppx_expect"; 1235 - hash = "sha256-m4Nr48ZET632I6vw5RjpNA0elW3lpN3aPmfA3RzsEn8="; 1235 + version = "0.17.2"; 1236 + hash = "sha256-na9n/+shkiHIIUQ2ZitybQ6NNsSS9gWFNAFxij+JNVo="; 1236 1237 meta.description = "Cram like framework for OCaml"; 1237 1238 propagatedBuildInputs = [ 1238 1239 ppx_here