Skip to content

Commit

Permalink
ocamlPackages.oseq: 0.5 -> 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 3, 2024
1 parent e718d58 commit 1e59729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/oseq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
}:

buildDunePackage rec {
version = "0.5";
version = "0.5.1";
pname = "oseq";

src = fetchFromGitHub {
owner = "c-cube";
repo = pname;
rev = "v${version}";
hash = "sha256-JMIcRyciNvLOE1Gpin7CpcDNSmGYFxZWsDN0X6D/NVI=";
hash = "sha256-fyr/OKlvvHBfovtdubSW4rd4OwQbMLKWXghyU3uBy/k=";
};

minimalOCamlVersion = "4.08";
Expand Down

0 comments on commit 1e59729

Please sign in to comment.