Unverified Commit 31e4a2d9 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

pytr: 0.4.7 -> 0.4.9 (#515977)

parents 8f74b223 0f18e852
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

python3Packages.buildPythonApplication rec {
  pname = "pytr";
  version = "0.4.7";
  version = "0.4.9";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pytr-org";
    repo = "pytr";
    tag = "v${version}";
    hash = "sha256-+GIjNtlg9q125jf8p5AyE1F+lT0mfqQaSJbusp0kRmo=";
    hash = "sha256-W6OtXK9c8NV8wIhvaym2tAg6UNJtCEPk1mt5VB0+Rkg=";
  };

  build-system = with python3Packages; [
@@ -30,9 +30,9 @@ python3Packages.buildPythonApplication rec {
    coloredlogs
    cryptography
    curl-cffi
    ecdsa
    packaging
    pathvalidate
    playwright
    pygments
    requests-futures
    shtab