Unverified Commit 25ebde0f authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

protobuf_29: 29.5 -> 29.6 (#487061)

parents d03c4f8d cea14ab8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@

callPackage ./generic.nix (
  {
    version = "29.5";
    hash = "sha256-nraqBM87DJYU69Zx0dV9OMnI0Jhn8Axg8DvzUQDQ90Y=";
    version = "29.6";
    hash = "sha256-IIFqEKOlyQMuxzW3HNhCNM/x1gYmW7gaNu7IxY3VMAU=";
  }
  // args
)
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

buildPythonPackage rec {
  pname = "protobuf";
  version = "5.29.5";
  version = "5.29.6";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-vBRjuv1LCSkhbDX0N6jihzGit/49mLt3pgDvztWhXIQ=";
    hash = "sha256-2p7mpUJLazD9XkXF6mY671QMqV+a2Z0eiH6BnN+bhyM=";
  };

  build-system = [ setuptools ];