Merge pull request #198798 from romildo/upd.mozo

mate.mozo: 1.26.1 -> 1.26.2
This commit is contained in:
Bobby Rong 2022-11-04 17:47:20 +08:00 committed by GitHub
commit 4baf054abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "mozo";
version = "1.26.1";
version = "1.26.2";
format = "other";
doCheck = false;
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "DyRCmjsDe9BojsTDkdnYeB5Csj7zRfXlCvHnLF7y+jk=";
sha256 = "RyxILg7y+xYp5h4X2qoaSH9kOSsCmEncmkCCr7OLye4=";
};
nativeBuildInputs = [