Skip to content

Commit f92809d

Browse files
committed
ocamlPackages.camlp5: 8.03.00 → 8.03.01
1 parent e45cf35 commit f92809d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/tools/ocaml/camlp5/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ else
2121
params =
2222
if lib.versionAtLeast ocaml.version "4.12" && !legacy then
2323
rec {
24-
version = "8.03.00";
24+
version = "8.03.01";
2525

2626
src = fetchFromGitHub {
2727
owner = "camlp5";
2828
repo = "camlp5";
2929
rev = version;
30-
hash = "sha256-hu/279gBvUc7Z4jM6EHiar6Wm4vjkGXl+7bxowj+vlM=";
30+
hash = "sha256-GnNSCfnizazMT5kgib7u5PIb2kWsnqpL33RsPEK4JvM=";
3131
};
3232

3333
nativeBuildInputs = [

0 commit comments

Comments
 (0)