python3Packages.python-xbox: 0.1.3 -> 0.2.0 (#496093)

This commit is contained in:
Nick Cao
2026-03-03 22:20:39 +00:00
committed by GitHub
@@ -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