gtimelog: unstable-2023-10-05 -> 0.12.0 (#331219)
This commit is contained in:
commit
b2f2d2b5f1
@ -4,16 +4,20 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "gtimelog";
|
pname = "gtimelog";
|
||||||
version = "unstable-2023-10-05";
|
version = "0.12.0";
|
||||||
format = "setuptools";
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = "gtimelog";
|
||||||
repo = pname;
|
repo = "gtimelog";
|
||||||
rev = "ba606cbe8eef0e3dc098c6ab3bcbe381bf7ef410";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-+iBHfbUJtAtI/vcHj0Y8f9OxAp1SnhQyMqedVzSYPZQ=";
|
hash = "sha256-NlKAgAnZWodXF4eybcNOSxexjhegRgQEWoAPd+KWzsw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
build-system = with python3Packages; [
|
||||||
|
setuptools-scm
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapGAppsHook3 gobject-introspection ];
|
nativeBuildInputs = [ wrapGAppsHook3 gobject-introspection ];
|
||||||
buildInputs = [ glibcLocales gtk3 libsoup_3 libsecret ];
|
buildInputs = [ glibcLocales gtk3 libsoup_3 libsecret ];
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
|
Loading…
Reference in New Issue
Block a user