mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.zipp: 3.23.1 -> 4.0.0
https://github.com/jaraco/zipp/compare/v3.23.1...v4.0.0
This commit is contained in:
parent
7bd04c0097
commit
2d6cb39369
1 changed files with 2 additions and 2 deletions
|
|
@ -11,14 +11,14 @@
|
|||
let
|
||||
zipp = buildPythonPackage rec {
|
||||
pname = "zipp";
|
||||
version = "3.23.1";
|
||||
version = "4.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jaraco";
|
||||
repo = "zipp";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-SC5aMiQsAPLNjCdOHDAMYX2iDSwZltjXxAJJgZnPlJ0=";
|
||||
hash = "sha256-JkU35S+BpDvWca1+BP61z3W5oyxf/RI21WXZ9fZ65SQ=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue