meson: 0.60.2 -> 0.60.3

This commit is contained in:
AndersonTorres 2022-01-03 23:02:43 -03:00
parent e24931ba0b
commit bf547b254f

View File

@ -9,11 +9,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "meson";
version = "0.60.2";
version = "0.60.3";
src = python3.pkgs.fetchPypi {
inherit pname version;
hash = "sha256-ZOaWhWW/G4FS9PnWyoFU77nhTKqaq/eyLnHmxdBT6SE=";
hash = "sha256-h8pfqTWKAYZFKTkr1k4CcVjrlK/KfHdmsYZu8n7MuY4=";
};
patches = [