Unverified Commit 308bd926 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

protobuf_33: 33.3 -> 33.4 (#479979)

parents 15716bf3 6d57b47a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@

callPackage ./generic.nix (
  {
    version = "33.3";
    hash = "sha256-why+EKsH19jSj6LmlUySidx6shbvpItVjWq5deH3EXw=";
    version = "33.4";
    hash = "sha256-/mdniUtu6+tj2W8zYeV5xvEzMMfzKkGVk7Lc37p1+dE=";
  }
  // args
)
+2 −2
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@

buildPythonPackage rec {
  pname = "protobuf";
  version = "6.33.3";
  version = "6.33.4";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-yHlN6+tAKWP93/QaWV4fZJvNdmFrpWyDVkXKtFOegQ4=";
    hash = "sha256-3C5hvKOxBHDBkS0Wb+CvZ7/CDrVZcdzvjfpIzhTw7ZE=";
  };

  build-system = [ setuptools ];