Merge pull request #149786 from r-ryantm/auto-update/ocaml4.12.0-dose3

ocamlPackages.dose3: 6.1 -> 7.0.0
This commit is contained in:
Renaud 2022-02-23 22:56:26 +01:00 committed by GitHub
commit 3c172030ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildDunePackage rec {
pname = "dose3";
version = "6.1";
version = "7.0.0";
src = fetchFromGitLab {
owner = "irill";
repo = "dose3";
rev = version;
sha256 = "sha256-RFChY7VH2pVD4u5U1qng46h9aAv8I/3yXVaNmFDmKFI=";
sha256 = "sha256-K0fYSAWV48Rers/foDrEIqieyJ0PvpXkuYrFrZGBkkE=";
};
minimalOCamlVersion = "4.03";