python3Packages.pebble: 5.1.2 -> 5.1.3 (#430794)

authored by Nick Cao and committed by GitHub 575c1ee5 518eefd9

+2 -2
+2 -2
pkgs/development/python-modules/pebble/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pebble"; 13 - version = "5.1.2"; 13 + version = "5.1.3"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 19 19 owner = "noxdafox"; 20 20 repo = "pebble"; 21 21 tag = version; 22 - hash = "sha256-VQ6611HMj19Sq5IXqKNqVHEau8OZu8HEYFRe5LKivaI="; 22 + hash = "sha256-17kAIvHI2/6p8Chm7pTkLWP+QcnIcARpH+OBVerbefQ="; 23 23 }; 24 24 25 25 build-system = [