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 11 buildPythonPackage rec { 12 pname = "pebble"; 13 - version = "5.1.1"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.8"; ··· 19 owner = "noxdafox"; 20 repo = "pebble"; 21 tag = version; 22 - hash = "sha256-x0jvqH1wSAkOgxYNcXr+TL5dqZE0Vai0ZaxdnDSqRNI="; 23 }; 24 25 build-system = [
··· 10 11 buildPythonPackage rec { 12 pname = "pebble"; 13 + version = "5.1.2"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.8"; ··· 19 owner = "noxdafox"; 20 repo = "pebble"; 21 tag = version; 22 + hash = "sha256-VQ6611HMj19Sq5IXqKNqVHEau8OZu8HEYFRe5LKivaI="; 23 }; 24 25 build-system = [