Unverified Commit 0384a277 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #202134 from r-ryantm/auto-update/python310Packages.pebble

python310Packages.pebble: 5.0.2 -> 5.0.3
parents 3735237f 66f6e765
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "pebble";
  version = "5.0.2";
  version = "5.0.3";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "Pebble";
    inherit version;
    hash = "sha256-nFjAPq+SDDEodETG/vOdxTuurJ3iIerRBPXJtI6L1Yc=";
    hash = "sha256-vc/Z6n4K7biVsgQXfBnm1lQ9mWL040AuurIXUASGPag=";
  };

  checkInputs = [