Merge pull request #209752 from trofi/mpfr-update

mpfr: 4.1.1 -> 4.2.0

authored by Sergei Trofimovich and committed by GitHub d4544382 d0b820fc

+2 -9
+2 -9
pkgs/development/libraries/mpfr/default.nix
··· 11 # files. 12 13 stdenv.mkDerivation rec { 14 - version = "4.1.1"; 15 pname = "mpfr"; 16 17 src = fetchurl { ··· 19 "https://www.mpfr.org/${pname}-${version}/${pname}-${version}.tar.xz" 20 "mirror://gnu/mpfr/${pname}-${version}.tar.xz" 21 ]; 22 - hash = "sha256-/9GVvVZ9uv/DuYsj/QCq0FN2gMmJYXHkT+P/eeKKwz0="; 23 }; 24 - 25 - patches = [ 26 - (fetchurl { # https://gitlab.inria.fr/mpfr/mpfr/-/issues/1 27 - url = "https://www.mpfr.org/mpfr-4.1.1/patch01"; 28 - hash = "sha256-gKPCcJviGsqsEqnMmYiNY6APp3+3VXbyBf6LoZhP9Eo="; 29 - }) 30 - ]; 31 32 outputs = [ "out" "dev" "doc" "info" ]; 33
··· 11 # files. 12 13 stdenv.mkDerivation rec { 14 + version = "4.2.0"; 15 pname = "mpfr"; 16 17 src = fetchurl { ··· 19 "https://www.mpfr.org/${pname}-${version}/${pname}-${version}.tar.xz" 20 "mirror://gnu/mpfr/${pname}-${version}.tar.xz" 21 ]; 22 + hash = "sha256-BqN43xNQEkjBsttaqXeiyBJq6Emp2be+JUb7Spwm2ZM="; 23 }; 24 25 outputs = [ "out" "dev" "doc" "info" ]; 26