File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
development/python-modules/pyflick Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1111
1212buildPythonPackage rec {
1313 pname = "pyflick" ;
14- version = "1.1.2 " ;
14+ version = "1.1.3 " ;
1515 pyproject = true ;
1616
1717 src = fetchFromGitHub {
1818 owner = "ZephireNZ" ;
1919 repo = "PyFlick" ;
2020 tag = "v${ version } " ;
21- hash = "sha256-Csm5gXMIGEhHgzN/7sO/1iM/wZklI2Jc0C69tgYWxnQ =" ;
21+ hash = "sha256-JROtklRimr6I1/6+yYaDL6rNGSj7O15nI/C9ZSj6eFo =" ;
2222 } ;
2323
2424 pythonRelaxDeps = [ "aiohttp" ] ;
Original file line number Diff line number Diff line change 22# Do not edit!
33
44{
5- version = "2025.1.1 " ;
5+ version = "2025.1.2 " ;
66 components = {
77 "3_day_blinds" =
88 ps : with ps ; [
Original file line number Diff line number Diff line change 289289 extraBuildInputs = extraPackages python . pkgs ;
290290
291291 # Don't forget to run update-component-packages.py after updating
292- hassVersion = "2025.1.1 " ;
292+ hassVersion = "2025.1.2 " ;
293293
294294in
295295python . pkgs . buildPythonApplication rec {
@@ -310,13 +310,13 @@ python.pkgs.buildPythonApplication rec {
310310 owner = "home-assistant" ;
311311 repo = "core" ;
312312 rev = "refs/tags/${ version } " ;
313- hash = "sha256-fiGdRXQmH+CcgnGQloktl66Yh8iiFEDCQyOL3jfXjdU =" ;
313+ hash = "sha256-dEjTSByjv8+YwAcztFwCvQp+GWcS0QZxP1norxd8MmY =" ;
314314 } ;
315315
316316 # Secondary source is pypi sdist for translations
317317 sdist = fetchPypi {
318318 inherit pname version ;
319- hash = "sha256-CYvi2Z1d3hbcfet08TR/jScuOKGgipTEWmno7/r5qLU =" ;
319+ hash = "sha256-AO2n3t2QobFuN2IrlYcwBA4LRxsMr7B/T0dc2IWZrfg =" ;
320320 } ;
321321
322322 build-system = with python . pkgs ; [
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 = "20250106 .0" ;
11+ version = "20250109 .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-Jhbw/HNOInLAihHeP+Vpsvsukjf3OY32EbBayDEuU+k =" ;
19+ hash = "sha256-kZmBZyiCUxODRcg8GnRUMWk+T+Lry1gdgY2yzQznFPI =" ;
2020 } ;
2121
2222 # there is nothing to strip in this package
Original file line number Diff line number Diff line change 1818
1919buildPythonPackage rec {
2020 pname = "pytest-homeassistant-custom-component" ;
21- version = "0.13.201 " ;
21+ version = "0.13.202 " ;
2222 pyproject = true ;
2323
2424 disabled = pythonOlder "3.12" ;
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727 owner = "MatthewFlamm" ;
2828 repo = "pytest-homeassistant-custom-component" ;
2929 rev = "refs/tags/${ version } " ;
30- hash = "sha256-WWfVxLYW5V5q0huBoST3n64Fm9f69rjv8B6g96ZaFDc =" ;
30+ hash = "sha256-MoOIEoJna3nROYYvMzVSV6qpQN/qoDumr3sDOrECZh4 =" ;
3131 } ;
3232
3333 build-system = [ setuptools ] ;
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "homeassistant-stubs" ;
13- version = "2025.1.1 " ;
13+ version = "2025.1.2 " ;
1414 pyproject = true ;
1515
1616 disabled = python . version != home-assistant . python . version ;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919 owner = "KapJI" ;
2020 repo = "homeassistant-stubs" ;
2121 rev = "refs/tags/${ version } " ;
22- hash = "sha256-9z8HX9zNzRfMTWJiHwbCpOAmYF9yfHsM/FR9siB7D/E =" ;
22+ hash = "sha256-35JzLlzx7+zQ6/RLqNwlqfAKAZ/axPa7lwFc6xtQbzQ =" ;
2323 } ;
2424
2525 build-system = [
You can’t perform that action at this time.
0 commit comments