libmpc: 1.3.1 -> 1.4.0

Changes: https://www.multiprecision.org/mpc/download.html
This commit is contained in:
Sergei Trofimovich
2026-03-28 21:34:40 +00:00
parent 7b908702ec
commit 60ccf4b126
+3 -3
View File
@@ -14,11 +14,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libmpc";
version = "1.3.1"; # to avoid clash with the MPD client
version = "1.4.0"; # to avoid clash with the MPD client
src = fetchurl {
url = "mirror://gnu/mpc/mpc-${finalAttrs.version}.tar.gz";
sha256 = "sha256-q2QkkvXPiCt0qgy3MM1BCoHtzb7IlRg86TDnBsHHWbg=";
url = "mirror://gnu/mpc/mpc-${finalAttrs.version}.tar.xz";
hash = "sha256-MhCzpUaxywDClso2CJHXdA7m/wbesCono1sgzTwLsaU=";
};
strictDeps = true;