ocamlPackages.yuujinchou: 4.0.0 → 5.1.0

This commit is contained in:
Vincent Laporte 2023-10-26 08:00:49 +02:00
parent 295324df05
commit 7b4f9b740e
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -4,8 +4,8 @@
}:
let params = if lib.versionAtLeast ocaml.version "5.0" then {
version = "4.0.0";
hash = "sha256-yNLN5bBe4aft9Rl5VHmlOYTlnCdR2NgDWsc3uJHaZy4=";
version = "5.1.0";
hash = "sha256-J3qkytgJkk2gT83KJ47nNM4cXqVHbx4iTPK+fLwR7Wk=";
propagatedBuildInputs = [ algaeff bwd ];
} else {
version = "2.0.0";
@ -18,7 +18,6 @@ buildDunePackage rec {
inherit (params) version;
minimalOCamlVersion = "4.12";
duneVersion = "3";
src = fetchFromGitHub {
owner = "RedPRL";