Gaetan Lepage
2025-11-15 09:21:55 +00:00
parent 5c9b757f6b
commit db5e5b3bfc
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
callPackage ./generic.nix (
{
version = "33.0";
hash = "sha256-VoMMMyPGAyjhXrYw7muHFBRjYshfqgLZZPPOXCfmmPs=";
version = "33.1";
hash = "sha256-IW6wLkr/NwIZy5N8s+7Fe9CSexXgliW8QSlvmUD+g5Q=";
}
// args
)
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "protobuf";
version = "6.33.0";
version = "6.33.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-FAMD1cjSA3cwxUj4x7k7ILsdwwG+KAw3i4K4iUWJyVQ=";
hash = "sha256-l/ZXV+jQmHDeb9lzrt25L4VDVgcjXSCy3+2TQF0AyFs=";
};
build-system = [ setuptools ];