Unverified Commit b0acc519 authored by tomberek's avatar tomberek Committed by GitHub
Browse files

python3Packages.requests-hardened: 1.2.0 -> 1.2.2 (#514468)

parents 41ac24cb e715a6bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@
}:
buildPythonPackage rec {
  pname = "requests-hardened";
  version = "1.2.0";
  version = "1.2.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "saleor";
    repo = "requests-hardened";
    tag = "v${version}";
    hash = "sha256-J4xQY2W5upJQ3hrA2hjkw8voLpxNPpekNwmyMKKAVAo=";
    hash = "sha256-tvSS3z1fhQdcxvsj5vK//mr5xYeIrLl+6/gtnWsiETk=";
  };

  build-system = [ poetry-core ];