Unverified Commit 11549e06 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 26a2ffbb c8870627
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{
  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