python3Packages.pebble: 5.1.1 -> 5.1.2 (#428556)

authored by Nick Cao and committed by GitHub 4b01c03e 1f09f0a3

+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.1"; 13 + version = "5.1.2"; 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-x0jvqH1wSAkOgxYNcXr+TL5dqZE0Vai0ZaxdnDSqRNI="; 22 + hash = "sha256-VQ6611HMj19Sq5IXqKNqVHEau8OZu8HEYFRe5LKivaI="; 23 23 }; 24 24 25 25 build-system = [