Merge pull request #275855 from r-ryantm/auto-update/python310Packages.pebble

python310Packages.pebble: 5.0.4 -> 5.0.6
This commit is contained in:
Weijia Wang 2024-01-03 20:17:48 +01:00 committed by GitHub
commit 672fc37fd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pebble";
version = "5.0.4";
version = "5.0.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Pebble";
inherit version;
hash = "sha256-b3rfK97UQUvdNWLV9NVnvZT/EB5yav+HimZXW8mcEis=";
hash = "sha256-5/fs/QEHq3zsnzu0EahWxNfVUiAtTpqLA46aZK4x/Yw=";
};
nativeCheckInputs = [