mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python310Packages.pyftpdlib: 1.5.6 -> 1.5.7
This commit is contained in:
parent
099f1e0da2
commit
46c341170f
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "1.5.6";
|
||||
version = "1.5.7";
|
||||
pname = "pyftpdlib";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0pnv2byzmzg84q5nmmhn1xafvfil85qa5y52bj455br93zc5b9px";
|
||||
sha256 = "sha256-fqPOQTfbggmvH2ueoCBZD0YsY+18ehJAvVluTTp7ZW4=";
|
||||
};
|
||||
|
||||
checkInputs = [ mock psutil ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue