File tree Expand file tree Collapse file tree 5 files changed +10
-17
lines changed
development/python-modules Expand file tree Collapse file tree 5 files changed +10
-17
lines changed Original file line number Diff line number Diff line change 1717
1818buildPythonPackage rec {
1919 pname = "forecast-solar" ;
20- version = "4.1 .0" ;
20+ version = "4.2 .0" ;
2121 pyproject = true ;
2222
2323 disabled = pythonOlder "3.11" ;
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626 owner = "home-assistant-libs" ;
2727 repo = "forecast_solar" ;
2828 tag = "v${ version } " ;
29- hash = "sha256-1oPcYEwjkkK+hAemUXaG/LFleBtsjbPUZ1b2W9/BNlg =" ;
29+ hash = "sha256-ZBkuhONvn1/QpD+ml3HJinMIdg1HFpVj5KZAlUt/qR4 =" ;
3030 } ;
3131
3232 build-system = [ poetry-core ] ;
Original file line number Diff line number Diff line change 1515
1616buildPythonPackage rec {
1717 pname = "pylamarzocco" ;
18- version = "2.0.0 " ;
18+ version = "2.0.1 " ;
1919 pyproject = true ;
2020
2121 disabled = pythonOlder "3.12" ;
@@ -24,7 +24,7 @@ buildPythonPackage rec {
2424 owner = "zweckj" ;
2525 repo = "pylamarzocco" ;
2626 tag = "v${ version } " ;
27- hash = "sha256-iOqYCX7cwAePGepJ0nAG3iApz1A/9Cn6hy3mo4uPl7w =" ;
27+ hash = "sha256-ZfixljgkRElDZFkSbZrFK7EO6NGU7jsal+Ra52/N82A =" ;
2828 } ;
2929
3030 build-system = [ setuptools ] ;
Original file line number Diff line number Diff line change 22# Do not edit!
33
44{
5- version = "2025.5.0 " ;
5+ version = "2025.5.1 " ;
66 components = {
77 "3_day_blinds" =
88 ps : with ps ; [
Original file line number Diff line number Diff line change 33 lib ,
44 callPackage ,
55 fetchFromGitHub ,
6- fetchpatch ,
76 fetchPypi ,
87 python313 ,
98 replaceVars ,
368367 extraBuildInputs = extraPackages python . pkgs ;
369368
370369 # Don't forget to run update-component-packages.py after updating
371- hassVersion = "2025.5.0 " ;
370+ hassVersion = "2025.5.1 " ;
372371
373372in
374373python . pkgs . buildPythonApplication rec {
@@ -389,13 +388,13 @@ python.pkgs.buildPythonApplication rec {
389388 owner = "home-assistant" ;
390389 repo = "core" ;
391390 tag = version ;
392- hash = "sha256-aypBPEI9AOAW9BUkcjJtXa9ssLo4jwEeX47m8320/Gg =" ;
391+ hash = "sha256-/ItMm6/SV0MazK16NfW53XPcIV7ERUUabjcwHBC4c7Y =" ;
393392 } ;
394393
395394 # Secondary source is pypi sdist for translations
396395 sdist = fetchPypi {
397396 inherit pname version ;
398- hash = "sha256-7bRBKCchBjAKmW4fjSzShr1RdNRQ677Dd1FXW6sqOQQ =" ;
397+ hash = "sha256-zllQ0h1Ws+HNyfBvAAoKtovQtwkr0fNNtnF2pAjRrqM =" ;
399398 } ;
400399
401400 build-system = with python . pkgs ; [
@@ -411,12 +410,6 @@ python.pkgs.buildPythonApplication rec {
411410
412411 # leave this in, so users don't have to constantly update their downstream patch handling
413412 patches = [
414- ( fetchpatch {
415- name = "fix-point-import-error.patch" ;
416- url = "https://github.com/home-assistant/core/commit/3c4c3dc08e306b75dce486f5f5236a731fd04cf4.patch" ;
417- hash = "sha256-ke04kJWuBHMANVZo75QL5QwU51DZtO4FBBNu4Szu9q8=" ;
418- } )
419-
420413 # Follow symlinks in /var/lib/hass/www
421414 ./patches/static-follow-symlinks.patch
422415
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ buildPythonPackage rec {
88 # the frontend version corresponding to a specific home-assistant version can be found here
99 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
1010 pname = "home-assistant-frontend" ;
11- version = "20250507 .0" ;
11+ version = "20250509 .0" ;
1212 format = "wheel" ;
1313
1414 src = fetchPypi {
1515 inherit version format ;
1616 pname = "home_assistant_frontend" ;
1717 dist = "py3" ;
1818 python = "py3" ;
19- hash = "sha256-9haMRgP7LxngEciafhTaOX/iSbiNZuqzBakJ3YNAWMo =" ;
19+ hash = "sha256-tlBdUA3Gj7P6KTjY2UNnWjQqpnwgvAlXC09P7QFR0r0 =" ;
2020 } ;
2121
2222 # there is nothing to strip in this package
You can’t perform that action at this time.
0 commit comments