File tree Expand file tree Collapse file tree 8 files changed +17
-17
lines changed
development/python-modules Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1212
1313buildPythonPackage rec {
1414 pname = "aioasuswrt" ;
15- version = "1.5.1 " ;
15+ version = "1.5.2 " ;
1616 pyproject = true ;
1717
1818 src = fetchFromGitHub {
1919 owner = "kennedyshead" ;
2020 repo = "aioasuswrt" ;
21- tag = "v ${ version } " ;
22- hash = "sha256-4bVDho1JtNoWW3ueDgfu+GfRtrxWP6XxIK5R3BXgqfQ =" ;
21+ tag = "V ${ version } " ;
22+ hash = "sha256-vvOTHHB1FPjTenbVAHUSsFeoUVmkeGvpcXjET0Kd0Fg =" ;
2323 } ;
2424
2525 build-system = [ setuptools ] ;
Original file line number Diff line number Diff line change 1515
1616buildPythonPackage rec {
1717 pname = "ical" ;
18- version = "12.1.0 " ;
18+ version = "12.1.1 " ;
1919 pyproject = true ;
2020
2121 src = fetchFromGitHub {
2222 owner = "allenporter" ;
2323 repo = "ical" ;
2424 tag = version ;
25- hash = "sha256-n7aZM/HDBMl+SistDHCdWiPTJM/o2zF1nwVgvm0rMk4 =" ;
25+ hash = "sha256-7nsNI8AU966+j+fpKQbP8Ps0GbFxYHuZAczY7MwdiTw =" ;
2626 } ;
2727
2828 build-system = [ setuptools ] ;
Original file line number Diff line number Diff line change 1616
1717buildPythonPackage rec {
1818 pname = "pylamarzocco" ;
19- version = "2.2.3 " ;
19+ version = "2.2.4 " ;
2020 pyproject = true ;
2121
2222 src = fetchFromGitHub {
2323 owner = "zweckj" ;
2424 repo = "pylamarzocco" ;
2525 tag = "v${ version } " ;
26- hash = "sha256-ayu2Cx6lSgiYdg9XszdA3v3pWeKkgAiA7LHOB0KlS5I =" ;
26+ hash = "sha256-u7B+19LtFN8ylNKZn7wv9SH3j6k1/cLyvIw8EOVfvho =" ;
2727 } ;
2828
2929 build-system = [ setuptools ] ;
Original file line number Diff line number Diff line change 1212
1313buildPythonPackage rec {
1414 pname = "pypck" ;
15- version = "0.9.5 " ;
15+ version = "0.9.7 " ;
1616 pyproject = true ;
1717
1818 disabled = pythonOlder "3.11" ;
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121 owner = "alengwenus" ;
2222 repo = "pypck" ;
2323 tag = version ;
24- hash = "sha256-mtlA4UT8bYZa6hFbO/AHRFfHQ+6SpMN97cfc3q4dDJ4 =" ;
24+ hash = "sha256-hca0LyHn37Jj4tx61TT3nJ7sd2h6wXbMJqdoLURv+uM =" ;
2525 } ;
2626
2727 postPatch = ''
Original file line number Diff line number Diff line change 2323
2424buildPythonPackage rec {
2525 pname = "python-roborock" ;
26- version = "3.10.10 " ;
26+ version = "3.13.1 " ;
2727 pyproject = true ;
2828
2929 src = fetchFromGitHub {
3030 owner = "Python-roborock" ;
3131 repo = "python-roborock" ;
3232 tag = "v${ version } " ;
33- hash = "sha256-FBm/Gt45VRquZ4Y/0upyNjcJ/XJiYnFFCtoIa0Qhz4U =" ;
33+ hash = "sha256-EHIpKIZ8cGzVvc897AhHOwbe5Z+3fAiM9HatcP+M9+w =" ;
3434 } ;
3535
3636 pythonRelaxDeps = [ "pycryptodome" ] ;
Original file line number Diff line number Diff line change 22# Do not edit!
33
44{
5- version = "2025.12.2 " ;
5+ version = "2025.12.3 " ;
66 components = {
77 "3_day_blinds" =
88 ps : with ps ; [
Original file line number Diff line number Diff line change 291291 extraBuildInputs = extraPackages python . pkgs ;
292292
293293 # Don't forget to run update-component-packages.py after updating
294- hassVersion = "2025.12.2 " ;
294+ hassVersion = "2025.12.3 " ;
295295
296296in
297297python . pkgs . buildPythonApplication rec {
@@ -312,13 +312,13 @@ python.pkgs.buildPythonApplication rec {
312312 owner = "home-assistant" ;
313313 repo = "core" ;
314314 tag = version ;
315- hash = "sha256-8JAI3urAl+RvAEV+C3sC0COSfK3oEGefT/dT6elIhRA =" ;
315+ hash = "sha256-NAnEOe92ealtD59VB+i6Hzb0YFLgfbM6oVAclty5xvk =" ;
316316 } ;
317317
318318 # Secondary source is pypi sdist for translations
319319 sdist = fetchPypi {
320320 inherit pname version ;
321- hash = "sha256-glipo0eX5NHK0S0ktRtY6g1YUMU31nJB1YlIxIitzyY =" ;
321+ hash = "sha256-e99VSS2iMsZSH43s5TXZ4CGEc7i+btnockfwLSstlE4 =" ;
322322 } ;
323323
324324 build-system = with python . pkgs ; [
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "homeassistant-stubs" ;
13- version = "2025.12.2 " ;
13+ version = "2025.12.3 " ;
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 tag = version ;
22- hash = "sha256-9XGvZZ457dbnSiIvK1VAarjMtVUeUPkbYzSRkK2/TFc =" ;
22+ hash = "sha256-z8L4bI7Ba2Qr6gdMPuGrS/UtjG4K03sj32mcmrJvS1Q =" ;
2323 } ;
2424
2525 build-system = [
You can’t perform that action at this time.
0 commit comments