nicotine-plus: 3.2.6 -> 3.2.7

This commit is contained in:
R. Ryantm 2022-12-02 14:36:51 +00:00 committed by Emery Hemingway
parent 1531d427d9
commit fce4477b94

View File

@ -11,13 +11,13 @@
python3Packages.buildPythonApplication rec {
pname = "nicotine-plus";
version = "3.2.6";
version = "3.2.7";
src = fetchFromGitHub {
owner = "nicotine-plus";
repo = "nicotine-plus";
rev = "refs/tags/${version}";
sha256 = "sha256-ELpM5hnyHsqTqB0R1JPcbxkw9XR19CnasIYXJCbKBho=";
sha256 = "sha256-MPhMKbDBKZAF5fktzA6bZBlVkyDrBnhEFhRWkRbXP/A=";
};
nativeBuildInputs = [ gettext wrapGAppsHook gobject-introspection ];