Merge pull request #304416 from r-ryantm/auto-update/ocamlPackages.otoml

ocamlPackages.otoml: 1.0.4 -> 1.0.5
This commit is contained in:
Ulrik Strid 2024-04-16 08:02:44 +02:00 committed by GitHub
commit 17a4520a9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildDunePackage rec {
pname = "otoml";
version = "1.0.4";
version = "1.0.5";
minimalOCamlVersion = "4.08";
@ -16,7 +16,7 @@ buildDunePackage rec {
owner = "dmbaturin";
repo = pname;
rev = version;
sha256 = "sha256-3bgeiwa0elisxZaWpwLqoKmeyTBKMW1IWdm6YdSIhSw=";
sha256 = "sha256-e9Bqd6KHorglLMzvsjakyYt/CLZR3yI/yZPl/rnbkDE=";
};
nativeBuildInputs = [ menhir ];