Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.pysmartthings: 3.2.2 -> 3.2.3 (#410078)

authored by Fabian Affolter and committed by GitHub bc231d40 e396b3f7

+2 -2
+2 -2
pkgs/development/python-modules/pysmartthings/default.nix
··· 18 19 buildPythonPackage rec { 20 pname = "pysmartthings"; 21 - version = "3.2.2"; 22 pyproject = true; 23 24 disabled = pythonOlder "3.12"; ··· 27 owner = "andrewsayre"; 28 repo = "pysmartthings"; 29 tag = "v${version}"; 30 - hash = "sha256-tQ+AQDHwr9JO4AQ+2ZAGQbSrfnuzPUEi2F19wLijv1Y="; 31 }; 32 33 build-system = [ poetry-core ];
··· 18 19 buildPythonPackage rec { 20 pname = "pysmartthings"; 21 + version = "3.2.3"; 22 pyproject = true; 23 24 disabled = pythonOlder "3.12"; ··· 27 owner = "andrewsayre"; 28 repo = "pysmartthings"; 29 tag = "v${version}"; 30 + hash = "sha256-Bi/BHOvECzXhIBe+SK6wTmFnDbt1T28QAs7QETPH/YE="; 31 }; 32 33 build-system = [ poetry-core ];