nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

aw-client: 0.5.11 -> 0.5.12, add gitUpdater

huantian 40e3e640 b9e05544

+7 -2
+7 -2
pkgs/development/python-modules/aw-client/default.nix
··· 10 10 , tabulate 11 11 , typing-extensions 12 12 , pytestCheckHook 13 + , gitUpdater 13 14 }: 14 15 15 16 buildPythonPackage rec { 16 17 pname = "aw-client"; 17 - version = "0.5.11"; 18 + version = "0.5.12"; 18 19 19 20 format = "pyproject"; 20 21 ··· 24 23 owner = "ActivityWatch"; 25 24 repo = "aw-client"; 26 25 rev = "v${version}"; 27 - sha256 = "sha256-5WKGRoZGY+QnnB1Jzlju5OmCJreYMD8am2kW3Wcjhlw="; 26 + sha256 = "sha256-Aketk+itfd9gs3s+FDfzmGNWd7tKJQqNn1XsH2VTBD8="; 28 27 }; 29 28 30 29 disabled = pythonOlder "3.8"; ··· 56 55 ''; 57 56 58 57 pythonImportsCheck = [ "aw_client" ]; 58 + 59 + passthru.updateScript = gitUpdater { 60 + rev-prefix = "v"; 61 + }; 59 62 60 63 meta = with lib; { 61 64 description = "Client library for ActivityWatch";