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

python310Packages.pebble: 5.0.2 -> 5.0.3
This commit is contained in:
Mario Rodas 2022-11-21 23:52:33 -05:00 committed by GitHub
commit 0384a277b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pebble"; pname = "pebble";
version = "5.0.2"; version = "5.0.3";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
pname = "Pebble"; pname = "Pebble";
inherit version; inherit version;
hash = "sha256-nFjAPq+SDDEodETG/vOdxTuurJ3iIerRBPXJtI6L1Yc="; hash = "sha256-vc/Z6n4K7biVsgQXfBnm1lQ9mWL040AuurIXUASGPag=";
}; };
checkInputs = [ checkInputs = [