python311Packages.pebble: 5.0.3 -> 5.0.4

This commit is contained in:
R. Ryantm
2023-11-22 06:25:14 +00:00
parent ec6cc9c826
commit 53cfd47235
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pebble";
version = "5.0.3";
version = "5.0.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Pebble";
inherit version;
hash = "sha256-vc/Z6n4K7biVsgQXfBnm1lQ9mWL040AuurIXUASGPag=";
hash = "sha256-b3rfK97UQUvdNWLV9NVnvZT/EB5yav+HimZXW8mcEis=";
};
nativeCheckInputs = [