Skip to content

Commit

Permalink
ocamlPackages.ocplib-simplex: 0.5 → 0.5.1
Browse files Browse the repository at this point in the history
(cherry picked from commit ded42bb)
  • Loading branch information
vbgl committed Dec 13, 2024
1 parent e255162 commit 7809cee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/ocaml-modules/ocplib-simplex/default.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{ lib, fetchFromGitHub, buildDunePackage, logs, num }:
{ lib, fetchFromGitHub, buildDunePackage, logs, zarith }:

buildDunePackage rec {
pname = "ocplib-simplex";
version = "0.5";
version = "0.5.1";

src = fetchFromGitHub {
owner = "OCamlPro-Iguernlala";
owner = "OCamlPro";
repo = pname;
rev = "v${version}";
hash = "sha256-sy5QUmghG28tXlwbKWx3PpBGTtzXarTSzd1WLSYyvbc=";
hash = "sha256-fLTht+TlyJIsIAsRLmmkFKsnbSeW3BgyAyURFdnGfko=";
};

propagatedBuildInputs = [ logs num ];
propagatedBuildInputs = [ logs zarith ];

doCheck = true;

Expand Down

0 comments on commit 7809cee

Please sign in to comment.