Unverified Commit 5f15da12 authored by Gaetan Lepage's avatar Gaetan Lepage Committed by Sandro Jäckel
Browse files

python312Packages.protobuf5: 5.27.2 -> 5.28.0

parent b81a524e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

buildPythonPackage rec {
  pname = "protobuf";
  version = "5.27.2";
  version = "5.28.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-8+ze8ia5r4VgdfKCJ/8skM46WU0JLDm+5VE1c/JeJxQ=";
    hash = "sha256-3edK8Pp3T6mIkiCZkila2/uR2j+pjI9nqIr+j1o0mt0=";
  };

  build-system = [ setuptools ];