ocamlPackages.eliom: 11.0.0 -> 11.0.1 (#349772)

This commit is contained in:
Weijia Wang 2024-11-01 20:04:12 +01:00 committed by GitHub
commit 7aa3fc40e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@
buildDunePackage rec {
pname = "eliom";
version = "11.0.0";
version = "11.0.1";
src = fetchFromGitHub {
owner = "ocsigen";
repo = "eliom";
rev = version;
hash = "sha256-RgIK3xkKdX+zOurhML4370rsO4blJrWoEla09Nfe9Mw=";
hash = "sha256-SUzfJ1R/J0jKaMC0wmXB+sNfG1VfFaFbDJql1OPdRpg=";
};
nativeBuildInputs = [