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

python310Packages.pebble: 5.0.1 -> 5.0.2
main
Mario Rodas 2 years ago committed by GitHub
commit 6671991400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/pebble/default.nix

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

Loading…
Cancel
Save