3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pywayland: 0.4.8 -> 0.4.9

This commit is contained in:
Charlotte Van Petegem 2022-01-21 21:29:15 +01:00
parent 78ff70f529
commit 29644ea70b
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -10,11 +10,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pywayland"; pname = "pywayland";
version = "0.4.8"; version = "0.4.9";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "abby4o9LmiRZwNkPhYfFOWgRtxU8e5CURQnutz6cWjQ="; sha256 = "EJ/Ul1ZpIQa5Mw6UmkRi7GC+b+mCMqhto6EsfNjpCdg=";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];