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

python3Packages.niquests: 3.18.2 -> 3.18.3 (#505129)

parents da5bdd04 3103350e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "niquests";
  version = "3.18.2";
  version = "3.18.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jawah";
    repo = "niquests";
    tag = "v${version}";
    hash = "sha256-lZMUm1rYCsNSMz/cKTqynaLqb1P75JJCFMDZ9onFS4g=";
    hash = "sha256-8XR1TZ2VbUVbXb6dEBS3yr+FB4L6Gbhhx3hoYlHfcoA=";
  };

  build-system = [ hatchling ];