Skip to content

Commit

Permalink
Merge pull request NixOS#264918 from huantianad/aw-core-0516
Browse files Browse the repository at this point in the history
python3Packages.aw-core: 0.5.15 -> 0.5.16
  • Loading branch information
natsukium authored Nov 2, 2023
2 parents cbec50b + 1ff092a commit fa804ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aw-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

buildPythonPackage rec {
pname = "aw-core";
version = "0.5.15";
version = "0.5.16";

format = "pyproject";

Expand All @@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "ActivityWatch";
repo = "aw-core";
rev = "v${version}";
sha256 = "sha256-3cz79gSkmbGtCKnLGA4HGG5dLu7QB4ZtMnNGrSYB17U=";
sha256 = "sha256-7xT7bOGzH5G4WpgNo8pDyiQqX0dWNLNHpgssozUa9kQ=";
};

disabled = pythonOlder "3.8";
Expand Down

0 comments on commit fa804ed

Please sign in to comment.