Merge pull request #307612 from r-ryantm/auto-update/ocamlPackages.iri

ocamlPackages.iri: 0.7.0 -> 1.0.0
This commit is contained in:
Jörg Thalheim
2024-04-29 09:56:37 +02:00
committed by GitHub
@@ -4,7 +4,7 @@
buildDunePackage rec {
pname = "iri";
version = "0.7.0";
version = "1.0.0";
minimalOCamlVersion = "4.12";
@@ -13,7 +13,7 @@ buildDunePackage rec {
owner = "zoggy";
repo = "ocaml-iri";
rev = version;
hash = "sha256-Mkg7kIIVpKbeWUras1RqtJsRx2Q3dBnm4QqSMJFweF8=";
hash = "sha256-6Q7qPezmdcO6JSevWl55XAxFuIROZNDrMkYw8VRR7qg=";
};
propagatedBuildInputs = [ sedlex uunf uutf ];