i3pystatus: 3.35-unstable-2024-06-13 -> 3.35-unstable-2025-06-24
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
@@ -7,13 +7,14 @@
|
|||||||
python3Packages,
|
python3Packages,
|
||||||
unstableGitUpdater,
|
unstableGitUpdater,
|
||||||
fetchpatch2,
|
fetchpatch2,
|
||||||
|
writableTmpDirAsHomeHook,
|
||||||
extraLibs ? [ ],
|
extraLibs ? [ ],
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
# i3pystatus moved to rolling release:
|
# i3pystatus moved to rolling release:
|
||||||
# https://github.com/enkore/i3pystatus/issues/584
|
# https://github.com/enkore/i3pystatus/issues/584
|
||||||
version = "3.35-unstable-2024-06-13";
|
version = "3.35-unstable-2025-06-24";
|
||||||
pname = "i3pystatus";
|
pname = "i3pystatus";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
build-system = [ python3Packages.setuptools ];
|
build-system = [ python3Packages.setuptools ];
|
||||||
@@ -21,8 +22,8 @@ python3Packages.buildPythonApplication rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "enkore";
|
owner = "enkore";
|
||||||
repo = "i3pystatus";
|
repo = "i3pystatus";
|
||||||
rev = "f3c539ad78ad1c54fc36e8439bf3905a784ccb34";
|
rev = "e8e03934d95658c85fa9f594987dac0481ca26c9";
|
||||||
hash = "sha256-3AGREY+elHQk8kaoFp8AHEzk2jNC/ICGYPh2hXo2G/w=";
|
hash = "sha256-uAt6jxNAUR9txyPtHS4BRtu8Z5QaP6uqFg0sROf356c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@@ -41,7 +42,10 @@ python3Packages.buildPythonApplication rec {
|
|||||||
libnotify
|
libnotify
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [ python3Packages.pytestCheckHook ];
|
nativeCheckInputs = [
|
||||||
|
python3Packages.pytestCheckHook
|
||||||
|
writableTmpDirAsHomeHook
|
||||||
|
];
|
||||||
|
|
||||||
checkInputs = [ python3Packages.requests ];
|
checkInputs = [ python3Packages.requests ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user