python: Pyro5: 5.10 -> 5.11

gstqt5
Frederik Rietdijk 2020-08-16 19:31:12 +02:00
parent 608f0cf576
commit aa04148f3d
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "Pyro5";
version = "5.10";
version = "5.11";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "e518e2a3375bc04c073f7c8c82509d314b00fa2f65cead9f134ebe42a922b360";
sha256 = "867cdd291d85560373e0c468da7fd18754f2568ef60e0bc504af42f391d7a3e5";
};
propagatedBuildInputs = [ serpent ];