protobuf_33: 33.3 -> 33.4 (#479979)

This commit is contained in:
Gaétan Lepage
2026-01-15 14:29:55 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
callPackage ./generic.nix (
{
version = "33.3";
hash = "sha256-why+EKsH19jSj6LmlUySidx6shbvpItVjWq5deH3EXw=";
version = "33.4";
hash = "sha256-/mdniUtu6+tj2W8zYeV5xvEzMMfzKkGVk7Lc37p1+dE=";
}
// args
)
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "protobuf";
version = "6.33.3";
version = "6.33.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-yHlN6+tAKWP93/QaWV4fZJvNdmFrpWyDVkXKtFOegQ4=";
hash = "sha256-3C5hvKOxBHDBkS0Wb+CvZ7/CDrVZcdzvjfpIzhTw7ZE=";
};
build-system = [ setuptools ];