File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ python3Packages.buildPythonPackage {
3333 format = "pyproject" ;
3434
3535 pname = "auto-cpufreq" ;
36- version = "2.6 .0" ;
36+ version = "3.0 .0" ;
3737 src = ../. ;
3838
3939 nativeBuildInputs = with pkgs ; [ wrapGAppsHook3 gobject-introspection ] ;
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " auto-cpufreq"
3- version = " 2.6 .0"
3+ version = " 3.0 .0"
44description = " Automatic CPU speed & power optimizer for Linux"
55authors = [" Adnan Hodzic <adnan@hodzic.org>" ]
66license = " GPL-3.0-or-later"
@@ -28,7 +28,7 @@ distro = "^1.8.0"
2828requests = " ^2.32.4"
2929# PyObject version will be updated automatically for Debian based distro based on libgirepository
3030# apt package version: https://github.com/AdnanHodzic/auto-cpufreq/pull/826#issuecomment-2794549837
31- PyGObject = {version =" 3.50.0" , optional =true }
31+ PyGObject = {version =" ^ 3.50.0" , optional =true }
3232urwid = " ^3.0.2"
3333pyinotify = {git = " https://github.com/shadeyg56/pyinotify-3.12" }
3434pyasyncore = " ^1.0.4"
You can’t perform that action at this time.
0 commit comments