Commit 4c8ee292 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pbxproj: 4.3.2 -> 4.3.3

parent 42c103b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "pbxproj";
  version = "4.3.2";
  version = "4.3.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kronenthaler";
    repo = "mod-pbxproj";
    tag = version;
    hash = "sha256-Kwt/ellGOZBenYBCCW13pSMsPVdJyiEklIPMtw/UDvI=";
    hash = "sha256-Gb3JeMONOkQWm3pv2EXIU4aw1HJQiiYSr94sjTFVF/Q=";
  };

  build-system = [ setuptools ];