python3Packages.pyseventeentrack: 1.1.1 -> 1.1.2 (#499588)

This commit is contained in:
dotlambda
2026-03-13 15:36:11 +00:00
committed by GitHub
@@ -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 ];