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

This commit is contained in:
Nick Cao
2025-07-27 11:14:43 -04:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pebble";
version = "5.1.1";
version = "5.1.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "noxdafox";
repo = "pebble";
tag = version;
hash = "sha256-x0jvqH1wSAkOgxYNcXr+TL5dqZE0Vai0ZaxdnDSqRNI=";
hash = "sha256-VQ6611HMj19Sq5IXqKNqVHEau8OZu8HEYFRe5LKivaI=";
};
build-system = [