Gaetan Lepage
2025-09-11 22:43:38 +02:00
parent e48c3b79c6
commit e2daad4d9d
2 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
callPackage ./generic.nix (
{
version = "32.0";
hash = "sha256-kiA0P6ZU0i9vxpNjlusyMsFkvDb5DkoiH6FwE/q8FMI=";
version = "32.1";
hash = "sha256-wfu1MyCycGpxFB++eicA0F41j886/Y52I/4+ciRUg2o=";
}
// args
)

View File

@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "protobuf";
version = "6.32.0";
version = "6.32.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-qBQ5BJEnBn/EnsHTbiXG7h0aK3vpMGdfkZJY0DwE59I=";
hash = "sha256-7iRp5KAhR0q5uq/qbNBw5b8nx9KUM1BN3qGk7lhQ9o0=";
};
build-system = [ setuptools ];