mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.pyseventeentrack: 1.1.1 -> 1.1.2
This commit is contained in:
parent
8e9acba638
commit
e2cf51c1a6
1 changed files with 2 additions and 2 deletions
|
|
@ -13,14 +13,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyseventeentrack";
|
||||
version = "1.1.1";
|
||||
version = "1.1.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "shaiu";
|
||||
repo = "pyseventeentrack";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-XFn9yZbUrvERBQW1PumwtAPHhcyRX9L+JKxE/NZjZys=";
|
||||
hash = "sha256-ghedDd3D4KXJbRteOC8ppoMH9QqIXslJ4/q7W2aEisU=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue