We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de605a2 + 4677d84 commit 9dd7280Copy full SHA for 9dd7280
1 file changed
pkgs/development/python-modules/niquests/default.nix
@@ -16,14 +16,14 @@
16
17
buildPythonPackage rec {
18
pname = "niquests";
19
- version = "3.15.2";
+ version = "3.16.1";
20
pyproject = true;
21
22
src = fetchFromGitHub {
23
owner = "jawah";
24
repo = "niquests";
25
tag = "v${version}";
26
- hash = "sha256-QRVefE/85k6fT0zhAzX4wFB79ANf7LUshWsbi+fpSgk=";
+ hash = "sha256-SfHjzkVgoxLhqzFmR1PiPUHHrHgyHlFUfF0VPv6Ed3Y=";
27
};
28
29
build-system = [ hatchling ];
0 commit comments