mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
past-time: 0.2.1 -> 0.3.0
Diff: https://github.com/fabaff/past-time/compare/refs/tags/0.2.1...0.3.0 Changelog: https://github.com/fabaff/past-time/releases/tag/0.3.0
This commit is contained in:
parent
d388f1f5f7
commit
02e590bab8
@ -5,16 +5,20 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "past-time";
|
||||
version = "0.2.1";
|
||||
format = "setuptools";
|
||||
version = "0.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fabaff";
|
||||
repo = pname;
|
||||
repo = "past-time";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-9LmFOWNUkvKfWHLo4HB1W1UBQL90Gp9UJJ3VDIYBDHo=";
|
||||
hash = "sha256-3tSEbqGwFw16JcaEERhs6I+BsfxjE1hQWpOT1C+fQDk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
click
|
||||
tqdm
|
||||
|
Loading…
Reference in New Issue
Block a user