mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
python3Packages.urllib3: 2.2.1 -> 2.2.2
https://github.com/urllib3/urllib3/blob/2.2.2/CHANGES.rst
(cherry picked from commit 0ee11f4725
)
This commit is contained in:
parent
1df9afb806
commit
bbfff12880
@ -24,12 +24,12 @@
|
||||
let
|
||||
self = buildPythonPackage rec {
|
||||
pname = "urllib3";
|
||||
version = "2.2.1";
|
||||
version = "2.2.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-0FcIdsYaueUg13bDisu7WwWndtP5/5ilyP1RYqREzxk=";
|
||||
hash = "sha256-3VBUhVSaelUoM9peYGNjnQ0XfATyO8OGTkHl3F9hIWg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ hatchling ];
|
||||
|
Loading…
Reference in New Issue
Block a user