python3Packages.python-xbox: 0.1.3 -> 0.2.0

Diff: https://github.com/tr4nt0r/python-xbox/compare/v0.1.3...v0.2.0

Changelog: https://github.com/tr4nt0r/python-xbox/releases/tag/v0.2.0
This commit is contained in:
Robert Schütz
2026-03-02 21:08:18 -08:00
parent f8770a9d17
commit c8870627df
@@ -1,6 +1,6 @@
{
buildPythonPackage,
ecdsa,
cryptography,
fetchFromGitHub,
freezegun,
hatch-regex-commit,
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "python-xbox";
version = "0.1.3";
version = "0.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tr4nt0r";
repo = "python-xbox";
tag = "v${version}";
hash = "sha256-qSVUAjstTPIxpqF0eE4HhwvUf/Q9rD+pqw9CQUkF6ug=";
hash = "sha256-5sYN7w/cemZPMt8awsoaUPo845oXiiUsIfl8GG85Umw=";
};
build-system = [
@@ -37,7 +37,7 @@ buildPythonPackage rec {
];
dependencies = [
ecdsa
cryptography
httpx
ms-cv
pydantic