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

python310Packages.pebble: 4.6.3 -> 5.0.0
This commit is contained in:
Mario Rodas 2022-09-18 12:13:19 -05:00 committed by GitHub
commit 1f6e514962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "pebble";
version = "4.6.3";
version = "5.0.0";
disabled = isPy27;
src = fetchPypi {
pname = "Pebble";
inherit version;
sha256 = "694e1105db888f3576b8f00662f90b057cf3780e6f8b7f57955a568008d0f497";
sha256 = "sha256-rdKgfXHmZphfG9AkAkeH3XkPcfGi27n1+sA3y7NY4M4=";
};
doCheck = !stdenv.isDarwin;