mpfr: revert the version change

It broke src URLs.  We normally don't change `version` when patching.
This commit is contained in:
Vladimír Čunát 2022-12-03 18:29:08 +01:00
parent cfe4a8d870
commit 35cff8f5b8
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -11,7 +11,7 @@
# files.
stdenv.mkDerivation rec {
version = "4.1.1_p1";
version = "4.1.1";
pname = "mpfr";
src = fetchurl {