libmpc: 1.4.0 -> 1.4.1

Changes: https://www.multiprecision.org/
This commit is contained in:
Sergei Trofimovich
2026-04-22 21:28:31 +01:00
parent 5fbed93b08
commit 75eb347675
+2 -2
View File
@@ -14,11 +14,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libmpc";
version = "1.4.0"; # to avoid clash with the MPD client
version = "1.4.1"; # to avoid clash with the MPD client
src = fetchurl {
url = "mirror://gnu/mpc/mpc-${finalAttrs.version}.tar.xz";
hash = "sha256-MhCzpUaxywDClso2CJHXdA7m/wbesCono1sgzTwLsaU=";
hash = "sha256-kSBM0y8WS9O3yZLUpqjOZRlRGq2rMPeLaYLQv41z6TE=";
};
strictDeps = true;