Skip to content

Commit

Permalink
Merge pull request #285952 from r-ryantm/auto-update/ocamlPackages.oseq
Browse files Browse the repository at this point in the history
ocamlPackages.oseq: 0.5 -> 0.5.1
  • Loading branch information
ulrikstrid authored Feb 21, 2024
2 parents 2b5b663 + 1e59729 commit 4c7ba00
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 4c7ba00

Please sign in to comment.