ocamlPackages.eqaf: 0.6 → 0.7

gstqt5
sternenseemann 2020-05-21 00:53:35 +02:00 committed by Vincent Laporte
parent bba5a57c22
commit 45bbbdd6b4
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
buildDunePackage rec {
minimumOCamlVersion = "4.03";
pname = "eqaf";
version = "0.6";
version = "0.7";
src = fetchurl {
url = "https://github.com/mirage/eqaf/releases/download/v${version}/eqaf-v${version}.tbz";
sha256 = "068r231ia87mpqpaqzqb9sjfj6yaqrwvcls2p173aa4qg38xvsq9";
sha256 = "1q09pwhs121vpficl2af1yzs4y7dd9bc1lcxbqyfc4x4m6p6drhh";
};
propagatedBuildInputs = [ cstruct bigarray-compat ];