ocamlPackages.{ipaddr,macaddr}*: 5.0.0 → 5.0.1

gstqt5
sternenseemann 2020-09-30 17:35:45 +02:00 committed by Vincent Laporte
parent 43692a0d7d
commit 0982f4c8c6
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
buildDunePackage rec {
pname = "macaddr";
version = "5.0.0";
version = "5.0.1";
minimumOCamlVersion = "4.04";
src = fetchurl {
url = "https://github.com/mirage/ocaml-ipaddr/archive/v${version}.tar.gz";
sha256 = "1j2m2v64g3d81sixxq3g57j1iyk6042ivsszml18akrqvwfpxy66";
sha256 = "0ffqkhmnj8l085xgl7jxhs3ld9zsd9iavdg06nnhr1i9g1aayk1b";
};
checkInputs = [ ppx_sexp_conv ounit ];