python310Packages.proto-plus: 1.20.3 -> 1.20.5

This commit is contained in:
Sandro Jäckel 2022-06-01 21:57:41 +02:00
parent 5b906c698d
commit 39eeecd6a4
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "proto-plus";
version = "1.20.3";
version = "1.20.5";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-8osiW8nmwU4gb7f46Zakb7LM2QJkjlEtSWq7anFqSuU=";
sha256 = "sha256-gXlOsb4zPGeYYzOUjfcOu4zfU44Dn4z6kv0qnXF21AU=";
};
propagatedBuildInputs = [ protobuf ];