We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8e873 commit 7afd192Copy full SHA for 7afd192
nix/default.nix
@@ -8,7 +8,7 @@ python310Packages.buildPythonPackage {
8
format = "pyproject";
9
10
pname = "auto-cpufreq";
11
- version = "2.1.0";
+ version = "2.2.0";
12
src = ../.;
13
14
nativeBuildInputs = with pkgs; [wrapGAppsHook gobject-introspection];
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "auto-cpufreq"
3
-version = "2.1.0"
+version = "2.2.0"
4
description = "Automatic CPU speed & power optimizer for Linux"
5
authors = ["Adnan Hodzic <[email protected]>"]
6
license = "GPL-3.0-or-later"
0 commit comments