ocamlPackages.uucp: 15.1.0 → 16.0.0

This commit is contained in:
Vincent Laporte 2024-09-24 07:02:06 +02:00
parent 087475f93b
commit 3ce5a9d994
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -2,7 +2,7 @@
let
pname = "uucp";
version = "15.1.0";
version = "16.0.0";
webpage = "https://erratique.ch/software/${pname}";
minimalOCamlVersion = "4.03";
doCheck = true;
@ -18,7 +18,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "${webpage}/releases/${pname}-${version}.tbz";
hash = "sha256-qR5LiAZHt4oD3ak0x17GqbYXNaJmJxFk/WGoxT+yWYc=";
hash = "sha256-5//UGI4u3OROYdxtwz9K2vCTzYiN16mOyEFhUQWtgEQ=";
};
nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ];