Skip to content

Commit

Permalink
ocamlPackages.parany: 12.1.1 -> 12.1.2
Browse files Browse the repository at this point in the history
(cherry picked from commit 18e4576)
  • Loading branch information
bcdarwin authored and vbgl committed Dec 22, 2021
1 parent c57a303 commit d44a01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/parany/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildDunePackage rec {
pname = "parany";
version = "12.1.1";
version = "12.1.2";

useDune2 = true;
minimumOCamlVersion = "4.03.0";
Expand All @@ -11,7 +11,7 @@ buildDunePackage rec {
owner = "UnixJunkie";
repo = pname;
rev = "v${version}";
sha256 = "0s2sbmywy4yyh69dcrcqd85hd8jcd7qgfczy79nam4bvn87bjm72";
sha256 = "yOeJzb2Wr6jA4efI9/fuqDCl/Tza3zxT3YjAiJmhHHg=";
};

propagatedBuildInputs = [ ocamlnet cpu ];
Expand Down

0 comments on commit d44a01a

Please sign in to comment.