python310Packages.timetagger 23.11.2 -> 23.11.4 https://repology.org/project/python:timetagger/versions attrpath: python310Packages.timetagger Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xmdxx91bha6bbn35rn2lpbq42vdlpb42-packages.json.drv building '/nix/store/xmdxx91bha6bbn35rn2lpbq42vdlpb42-packages.json.drv'... Going to be running update for following packages: - python3.10-timetagger-23.11.2 Press Enter key to continue... Running update for: - python3.10-timetagger-23.11.2: UPDATING ... - python3.10-timetagger-23.11.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/timetagger/default.nix b/pkgs/development/python-modules/timetagger/default.nix index 04c14fe5f068..d51cb5b35eee 100644 --- a/pkgs/development/python-modules/timetagger/default.nix +++ b/pkgs/development/python-modules/timetagger/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "timetagger"; - version = "23.11.2"; + version = "23.11.4"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "almarklein"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-PPB/BTZLuHmbKmUIe5gZMAwV+TUDqXBYg6fKsokTotg="; + hash = "sha256-YzS69Sapwbg29usIz93hSEPiDjulFdCTeXbX4I8ZW+Q="; }; propagatedBuildInputs = [ No auto update branch exists Old version 23.11.2" not present in staging derivation file with contents: { lib , stdenv , asgineer , bcrypt , buildPythonPackage , fetchFromGitHub , iptools , itemdb , jinja2 , markdown , nodejs , pscript , pyjwt , pytestCheckHook , pythonOlder , requests , uvicorn }: buildPythonPackage rec { pname = "timetagger"; version = "23.11.4"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "almarklein"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-YzS69Sapwbg29usIz93hSEPiDjulFdCTeXbX4I8ZW+Q="; }; propagatedBuildInputs = [ asgineer bcrypt iptools itemdb jinja2 markdown pscript pyjwt uvicorn ]; preCheck = '' export HOME=$(mktemp -d) ''; nativeCheckInputs = [ nodejs pytestCheckHook requests ]; meta = with lib; { description = "Library to interact with TimeTagger"; homepage = "https://github.com/almarklein/timetagger"; changelog = "https://github.com/almarklein/timetagger/releases/tag/v${version}"; license = licenses.gpl3Only; maintainers = with maintainers; [ matthiasbeyer ]; }; }