From 1d8d78b200d93c3d1ebfc338d62c912b813448e1 Mon Sep 17 00:00:00 2001 From: Robin Newton Date: Fri, 4 Oct 2024 10:12:47 +0100 Subject: [PATCH] upstream: update uuidm to 0.9.9 Signed-off-by: Robin Newton --- .../{uuidm.0.9.8 => uuidm.0.9.9}/opam | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) rename packages/upstream/{uuidm.0.9.8 => uuidm.0.9.9}/opam (53%) diff --git a/packages/upstream/uuidm.0.9.8/opam b/packages/upstream/uuidm.0.9.9/opam similarity index 53% rename from packages/upstream/uuidm.0.9.8/opam rename to packages/upstream/uuidm.0.9.9/opam index dfccc895d..3559058c5 100644 --- a/packages/upstream/uuidm.0.9.8/opam +++ b/packages/upstream/uuidm.0.9.9/opam @@ -1,17 +1,18 @@ opam-version: "2.0" name: "uuidm" -version: "0.9.8" +version: "0.9.9" synopsis: "Universally unique identifiers (UUIDs) for OCaml" description: """\ -Uuidm is an OCaml module implementing 128 bits universally unique -identifiers version 3, 5 (named based with MD5, SHA-1 hashing) and 4 -(random based) according to [RFC 4122][rfc4122]. +Uuidm is an OCaml library implementing 128 bits universally unique +identifiers version 3, 5 (named based with MD5, SHA-1 hashing), 4 +(random based), 7 (time and random based) and 8 (custom) according to +[RFC 9562]. -Uuidm has no dependency and is distributed under the ISC license. +Uuidm has no dependency. It is distributed under the ISC license. -[rfc4122]: http://tools.ietf.org/html/rfc4122 +[RFC 9562]: https://www.rfc-editor.org/rfc/rfc9562 -Homepage: """ +Homepage: """ maintainer: "Daniel Bünzli " authors: "The uuidm programmers" license: "ISC" @@ -20,14 +21,14 @@ homepage: "https://erratique.ch/software/uuidm" doc: "https://erratique.ch/software/uuidm/doc/" bug-reports: "https://github.com/dbuenzli/uuidm/issues" depends: [ - "ocaml" {>= "4.08.0"} + "ocaml" {>= "4.14.0"} "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build & >= "1.0.3"} ] depopts: ["cmdliner"] conflicts: [ - "cmdliner" {< "1.1.0"} + "cmdliner" {< "1.3.0"} ] build: [ "ocaml" @@ -40,7 +41,7 @@ build: [ ] dev-repo: "git+https://erratique.ch/repos/uuidm.git" url { - src: "https://erratique.ch/software/uuidm/releases/uuidm-0.9.8.tbz" + src: "https://erratique.ch/software/uuidm/releases/uuidm-0.9.9.tbz" checksum: - "sha512=d5073ae49c402ab3ea6dc8f86bc5b8cc14129437e23e47da4d91431648fcb31c4dce6308f9c936c58df9a2c6afda61d77105a3022e369cca4e4c140320e803b5" + "sha512=284218681f28150b23bc6c9a5f6fea66d05b934d1f76d962e4770b04e21d41a60cdb1fefcdf1628ed46fbcd4d8615a7bfa62174e9109342df299be9df7779916" }