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:
commit
3c172030ec
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue