mate.mate-calc: 1.24.2 -> 1.26.0

This commit is contained in:
José Romildo 2021-08-06 16:08:18 -03:00
parent 72d7f1a522
commit c670b37999

View File

@ -1,24 +1,26 @@
{ lib, stdenv, fetchurl, pkg-config, gettext, itstool, gtk3, libxml2, wrapGAppsHook, mateUpdateScript }: { lib, stdenv, fetchurl, pkg-config, gettext, itstool, gtk3, libmpc, libxml2, mpfr, wrapGAppsHook, mateUpdateScript }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mate-calc"; pname = "mate-calc";
version = "1.24.2"; version = "1.26.0";
src = fetchurl { src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1yg8j0dqy37fljd20pwxdgna3f1v7k9wmdr9l4r1nqf4a7zwi96l"; sha256 = "0mddfh9ixhh60nfgx5kcprcl9liavwqyina11q3pnpfs3n02df3y";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config
gettext gettext
itstool itstool
pkg-config
wrapGAppsHook wrapGAppsHook
]; ];
buildInputs = [ buildInputs = [
gtk3 gtk3
libmpc
libxml2 libxml2
mpfr
]; ];
enableParallelBuilding = true; enableParallelBuilding = true;