3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pebble: 5.0.1 -> 5.0.2

This commit is contained in:
R. Ryantm 2022-10-09 22:54:57 +00:00
parent 1a615dc4ac
commit 142bbce982

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pebble";
version = "5.0.1";
version = "5.0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Pebble";
inherit version;
hash = "sha256-7kHDO+PUEihVcfLMfPkU1MKoGrPTiMaLPHRrerOwuGU=";
hash = "sha256-nFjAPq+SDDEodETG/vOdxTuurJ3iIerRBPXJtI6L1Yc=";
};
checkInputs = [