Merge pull request #294231 from vbgl/ocaml-eliom-10.3.1

ocamlPackages.eliom: 10.1.2 → 10.3.1
This commit is contained in:
Ulrik Strid 2024-03-11 08:49:28 +01:00 committed by GitHub
commit 132352633b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@
buildDunePackage rec {
pname = "eliom";
version = "10.1.2";
version = "10.3.1";
src = fetchFromGitHub {
owner = "ocsigen";
repo = "eliom";
rev = version;
hash = "sha256-Cxwp534ADUO7AHnxZnGsrqxGDkhcJ314M5wytO4e8/0=";
hash = "sha256-REOyxwnQqWOKywVYwN/WP22cNKZv5Nv0OpFVbNBPJN8=";
};
nativeBuildInputs = [