Merge pull request #201001 from fabaff/pysensibo-bump

python310Packages.pysensibo: 1.0.20 -> 1.0.21

authored by

Mario Rodas and committed by
GitHub
7f0c13ea 9bda7f40

+2 -2
+2 -2
pkgs/development/python-modules/pysensibo/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "pysensibo"; 10 - version = "1.0.20"; 10 + version = "1.0.21"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; ··· 16 16 owner = "andrey-git"; 17 17 repo = pname; 18 18 rev = "refs/tags/${version}"; 19 - hash = "sha256-L2NP4XS+dPlBr2h8tsGoa4G7tI9yiI4fwrhvQaKkexk="; 19 + hash = "sha256-YvriIG2G0NVlpzT91Ev13OJq8lNluqdEOTIQFQeWekI="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [