protobuf: 28.2 -> 28.3 (#350660)

This commit is contained in:
Someone 2024-10-24 07:27:07 +00:00 committed by GitHub
commit 06411c3c48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
callPackage ./generic.nix (
{
version = "28.2";
hash = "sha256-+ogjfmsbPUhqETJyHxoc1gYW/7a/JMc5l1gb/7WDqLE=";
version = "28.3";
hash = "sha256-+bb5RxITzxuX50ItmpQhWEG1kMfvlizWTMJJzwlhhYM=";
}
// args
)

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "protobuf";
version = "5.28.2";
version = "5.28.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-WTeWdP8RlxdAT3RUZHkTeHA08D/nBJy+8ddKl7tFk/A=";
hash = "sha256-ZLrbxJGApeQB83P5znqx0Ytj991KnNxDySufC0gc73s=";
};
build-system = [ setuptools ];