python3Packages.trakit: 0.2.2 -> 0.2.5
https://github.com/ratoaq2/trakit/releases/tag/0.2.5 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "trakit";
|
||||
version = "0.2.2";
|
||||
version = "0.2.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -28,8 +28,8 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "ratoaq2";
|
||||
repo = "trakit";
|
||||
rev = version;
|
||||
hash = "sha256-VV+pdsQ5WEALYZgu4AmvNce1rCTLSYPZtTMjh+aExsU=";
|
||||
tag = version;
|
||||
hash = "sha256-x/83yRzvQ81+wS0lJr52KYBMoPvSVDr17ppxG/lSfUg=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
@@ -57,7 +57,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Guess additional information from track titles";
|
||||
homepage = "https://github.com/ratoaq2/trakit";
|
||||
changelog = "https://github.com/ratoaq2/trakit/releases/tag/${version}";
|
||||
changelog = "https://github.com/ratoaq2/trakit/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ eljamm ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user