mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
timetagger_cli: 24.7.1 -> 25.5.1
This commit is contained in:
parent
cbc137c04a
commit
cba3d19e35
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "timetagger_cli";
|
||||
version = "24.7.1";
|
||||
version = "25.5.1";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "almarklein";
|
||||
repo = "timetagger_cli";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-PEuSFDkBqDegZD0Nh8jRJ/zm/6vT2lq7/llbXBvojkc=";
|
||||
hash = "sha256-UklsHcVyCpWDHOxu+oB8RvwY+laEBFnDyjejS/GzgHE=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue