Merge pull request #249271 from huantianad/aw-core-0515
python310Packages.aw-core: 0.5.14 -> 0.5.15
This commit is contained in:
commit
5c9fc77848
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
, poetry-core
|
||||
, jsonschema
|
||||
, peewee
|
||||
, appdirs
|
||||
, platformdirs
|
||||
, iso8601
|
||||
, rfc3339-validator
|
||||
, strict-rfc3339
|
||||
|
@ -18,7 +18,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "aw-core";
|
||||
version = "0.5.14";
|
||||
version = "0.5.15";
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
|
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||
owner = "ActivityWatch";
|
||||
repo = "aw-core";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-+XmFh4/wPUpuoRVi8OdzFs/3dwoI1Mjx1hnTiGj+12I=";
|
||||
sha256 = "sha256-3cz79gSkmbGtCKnLGA4HGG5dLu7QB4ZtMnNGrSYB17U=";
|
||||
};
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -39,7 +39,7 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [
|
||||
jsonschema
|
||||
peewee
|
||||
appdirs
|
||||
platformdirs
|
||||
iso8601
|
||||
rfc3339-validator
|
||||
strict-rfc3339
|
||||
|
|
Loading…
Reference in a new issue