Unverified Commit 60df26f7 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.requests-unixsocket2: 1.0.0 -> 1.0.1 (#446802)

parents caa94a03 2cf65cfb
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2,26 +2,26 @@
  lib,
  buildPythonPackage,
  fetchFromGitLab,
  requests,
  poetry-core,
  hatchling,
  pytestCheckHook,
  requests,
  urllib3,
  waitress,
}:

buildPythonPackage rec {
  pname = "requests-unixsocket2";
  version = "1.0.0";
  version = "1.0.1";
  pyproject = true;

  src = fetchFromGitLab {
    owner = "thelabnyc";
    repo = "requests-unixsocket2";
    tag = "v${version}";
    hash = "sha256-HD68YczUy7bexm3Rrh0OfgOux3ItSYQB9lj68p7WtnU=";
    hash = "sha256-KgPIecKQibB5ZH+itw3OM9heSE3uDuodNS1R9dRkaHE=";
  };

  build-system = [ poetry-core ];
  build-system = [ hatchling ];

  dependencies = [
    requests