···2233buildPythonPackage rec {
44 pname = "stem";
55- version = "1.8.1";
55+ version = "1.8.2";
6677 # As of May 2023, the master branch of stem contains fixes for Python 3.11
88 # that the last release (1.8.1) doesn't. The test suite fails on both master
···12121313 src = fetchPypi {
1414 inherit pname version;
1515- hash = "sha256-gdQ6fGaLqde8EQOy56kR6dFIKUs3PSelmujaee96Pi8=";
1515+ hash = "sha256-g/sZ/9TJ+CIHwAYFFIA4n4CvIhp+R4MACu3sTjhOtYI=";
1616 };
17171818 postPatch = ''
···22# Do not edit!
3344{
55- version = "2023.6.0";
55+ version = "2023.6.1";
66 components = {
77 "3_day_blinds" = ps: with ps; [
88 ];
+3-3
pkgs/servers/home-assistant/default.nix
···296296 extraBuildInputs = extraPackages python.pkgs;
297297298298 # Don't forget to run parse-requirements.py after updating
299299- hassVersion = "2023.6.0";
299299+ hassVersion = "2023.6.1";
300300301301in python.pkgs.buildPythonApplication rec {
302302 pname = "homeassistant";
···312312 # Primary source is the pypi sdist, because it contains translations
313313 src = fetchPypi {
314314 inherit pname version;
315315- hash = "sha256-dEszA95EIwGMR2Ztpe7P8weh4FbqGJBkso7nCvTkPDc=";
315315+ hash = "sha256-8F2KiV/lujTbaWQl0IfCwzQ7HxNioHAHcffi7lL2hzs=";
316316 };
317317318318 # Secondary source is git for tests
···320320 owner = "home-assistant";
321321 repo = "core";
322322 rev = "refs/tags/${version}";
323323- hash = "sha256-0rhjh/mIevRdisWvTSx9QQjHdY7nMVpuGyTr9sChipk=";
323323+ hash = "sha256-ojiNHl+sm1mLiM+rjESeR2zPOCGkG3RQ9to6VfetmZQ=";
324324 };
325325326326 nativeBuildInputs = with python.pkgs; [
+2-2
pkgs/servers/home-assistant/frontend.nix
···44 # the frontend version corresponding to a specific home-assistant version can be found here
55 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
66 pname = "home-assistant-frontend";
77- version = "20230607.0";
77+ version = "20230608.0";
88 format = "wheel";
991010 src = fetchPypi {
···1212 pname = "home_assistant_frontend";
1313 dist = "py3";
1414 python = "py3";
1515- hash = "sha256-O3hAF3QgZHm6q+manxlqWZLlSDxHMr86B3GdwMClxEk=";
1515+ hash = "sha256-bTOjenzcj8d5N192v3L7W7XZ0CRDcO8GbVUnxcMitQU=";
1616 };
17171818 # there is nothing to strip in this package