Merge pull request #101718 from r-ryantm/auto-update/openlibm

openlibm: 0.7.1 -> 0.7.2
This commit is contained in:
Mario Rodas 2020-10-27 06:37:58 -05:00 committed by GitHub
commit d509e980bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "openlibm";
version = "0.7.1";
version = "0.7.2";
src = fetchurl {
url = "https://github.com/JuliaLang/openlibm/archive/v${version}.tar.gz";
sha256 = "0yg8sfibr38hpb4s5ri7i0ivp96c7khdwhlxngjiymvl3jvm5cnl";
sha256 = "09fl7ij0p0js2sydjvmm9k4d0c83iwpb2sad9d9hin8sjdfyp4vp";
};
makeFlags = [ "prefix=$(out)" ];