Merge pull request #293692 from fabaff/past-time-bump

past-time: 0.2.1 -> 0.3.1
This commit is contained in:
Nick Cao 2024-03-06 09:02:05 -05:00 committed by GitHub
commit 4a975f8851
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,16 +5,20 @@
python3.pkgs.buildPythonApplication rec {
pname = "past-time";
version = "0.2.1";
format = "setuptools";
version = "0.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "fabaff";
repo = pname;
repo = "past-time";
rev = "refs/tags/${version}";
hash = "sha256-9LmFOWNUkvKfWHLo4HB1W1UBQL90Gp9UJJ3VDIYBDHo=";
hash = "sha256-NSuU33vuHbgJ+cG0FrGYLizIrG7jSz+veptt3D4UegY=";
};
nativeBuildInputs = with python3.pkgs; [
poetry-core
];
propagatedBuildInputs = with python3.pkgs; [
click
tqdm