Commit 4677d846 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.niquests: 3.15.2 -> 3.16.1

parent 6ab9745e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "niquests";
  version = "3.15.2";
  version = "3.16.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jawah";
    repo = "niquests";
    tag = "v${version}";
    hash = "sha256-QRVefE/85k6fT0zhAzX4wFB79ANf7LUshWsbi+fpSgk=";
    hash = "sha256-SfHjzkVgoxLhqzFmR1PiPUHHrHgyHlFUfF0VPv6Ed3Y=";
  };

  build-system = [ hatchling ];