python3Packages.xapp: 2.2.1 -> 2.2.2

This commit is contained in:
Bobby Rong 2022-07-18 11:37:04 +08:00
parent 4b98c682d8
commit 6c899ad441
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -11,13 +11,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "xapp"; pname = "xapp";
version = "2.2.1"; version = "2.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = "python-xapp"; repo = "python-xapp";
rev = version; rev = version;
hash = "sha256-UC+0nbf+SRQsF5R0LcrPpmNbaoRM14DC82JccSpsKsY="; hash = "sha256-ntjJ/O6HiRZMsqsuQY4HLM4fBE0aWpn/L4n5YCRlhhg=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [