3
0
Fork 0
forked from mirrors/nixpkgs

python3.pkgs.xapp: 2.0.2 -> 2.2.1

This commit is contained in:
Maciej Krüger 2021-11-24 10:48:19 +01:00
parent a5f5b39a97
commit c11c15c732
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

View file

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