ocamlPackages.containers: 3.15 -> 3.16

This commit is contained in:
R. Ryantm 2025-05-27 22:17:29 +00:00 committed by Vincent Laporte
parent 97fd9de5fa
commit 547b2b4375

View file

@ -14,7 +14,7 @@
}:
buildDunePackage rec {
version = "3.15";
version = "3.16";
pname = "containers";
minimalOCamlVersion = "4.08";
@ -23,7 +23,7 @@ buildDunePackage rec {
owner = "c-cube";
repo = "ocaml-containers";
rev = "v${version}";
hash = "sha256-PMtyJOuw+9u6rF5EGif/66ZSbkTu1Msgke9JVpDWC1c=";
hash = "sha256-WaHAZRLjaEJUba/I2r3Yof/iUqA3PFUuVbzm88izG1k=";
};
buildInputs = [ dune-configurator ];