From 8d2d29b719a830754debbceb31478f7ecaf34de4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 14 Mar 2025 04:02:17 +0000 Subject: [PATCH] ocamlPackages.uuidm: 0.9.9 -> 0.9.10 --- pkgs/development/ocaml-modules/uuidm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/uuidm/default.nix b/pkgs/development/ocaml-modules/uuidm/default.nix index 7c389f87f651..77ca17170585 100644 --- a/pkgs/development/ocaml-modules/uuidm/default.nix +++ b/pkgs/development/ocaml-modules/uuidm/default.nix @@ -7,7 +7,7 @@ ocamlbuild, topkg, cmdliner, - version ? if lib.versionAtLeast ocaml.version "4.14" then "0.9.9" else "0.9.8", + version ? if lib.versionAtLeast ocaml.version "4.14" then "0.9.10" else "0.9.8", }: lib.throwIfNot (lib.versionAtLeast ocaml.version "4.08") @@ -21,7 +21,7 @@ lib.throwIfNot (lib.versionAtLeast ocaml.version "4.08") url = "https://erratique.ch/software/uuidm/releases/uuidm-${version}.tbz"; hash = { - "0.9.9" = "sha256-jOgNF05dpoU/XQEefSZhn3zSlQ1BA1b/U4Ib9j2mvFo="; + "0.9.10" = "sha256-kWVZSofWMyky5nAuxoh1xNhwMKZ2qUahL3Dh27J36Vc="; "0.9.8" = "sha256-/GZbkJVDQu1UY8SliK282kUWAVMfOnpQadUlRT/tJrM="; } ."${version}";