Skip to content

Commit 9dd7280

Browse files
authored
python3Packages.niquests: 3.15.2 -> 3.16.1 (#474895)
2 parents de605a2 + 4677d84 commit 9dd7280

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/niquests/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
buildPythonPackage rec {
1818
pname = "niquests";
19-
version = "3.15.2";
19+
version = "3.16.1";
2020
pyproject = true;
2121

2222
src = fetchFromGitHub {
2323
owner = "jawah";
2424
repo = "niquests";
2525
tag = "v${version}";
26-
hash = "sha256-QRVefE/85k6fT0zhAzX4wFB79ANf7LUshWsbi+fpSgk=";
26+
hash = "sha256-SfHjzkVgoxLhqzFmR1PiPUHHrHgyHlFUfF0VPv6Ed3Y=";
2727
};
2828

2929
build-system = [ hatchling ];

0 commit comments

Comments
 (0)