Commit cea14ab8 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 12c0f4f2
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 ];