ocamlPackages.integers: 0.3.0 -> 0.4.0

This commit is contained in:
R. RyanTM 2020-11-28 21:34:43 +00:00 committed by Jonathan Ringer
parent 7a114e5976
commit 20c4760d58

View file

@ -2,11 +2,11 @@
buildDunePackage rec {
pname = "integers";
version = "0.3.0";
version = "0.4.0";
src = fetchzip {
url = "https://github.com/ocamllabs/ocaml-integers/archive/${version}.tar.gz";
sha256 = "1yhif5zh4srh63mhimfx3p5ljpb3lixjdd3i9pjnbj2qgpzlqj8p";
sha256 = "0yp3ab0ph7mp5741g7333x4nx8djjvxzpnv3zvsndyzcycspn9dd";
};
meta = {