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 7862a3f commit ad6e313Copy full SHA for ad6e313
nix/default.nix
@@ -23,7 +23,7 @@ python3Packages.buildPythonPackage {
23
format = "pyproject";
24
25
pname = "auto-cpufreq";
26
- version = "2.5.0";
+ version = "2.6.0";
27
src = ../.;
28
29
nativeBuildInputs = with pkgs; [wrapGAppsHook gobject-introspection];
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "auto-cpufreq"
3
-version = "2.5.0"
+version = "2.6.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