mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #32321 from datakurre/datakurre-zc_buildout_nix
pythonPackages.zc_buildout_nix: 2.9.5 -> 2.10.0
This commit is contained in:
commit
4c1cd74b5b
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "zc.buildout";
|
||||
version = "2.9.5";
|
||||
version = "2.10.0";
|
||||
name = "${pname}-nix-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://pypi/${builtins.substring 0 1 pname}/${pname}/${pname}-${version}.tar.gz";
|
||||
sha256 = "dce840ea379e2ff10bae27465778708704e0a4287cde92eb6c7961f5b0277cfa";
|
||||
sha256 = "00wi0f6wpfl2gywr02x2yqvx6i1k0ll5w4lhdl0khijk4g7mk8dq";
|
||||
};
|
||||
|
||||
patches = [ ./nix.patch ];
|
||||
|
|
Loading…
Reference in a new issue