mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
python3Packages.portend: 2.6 -> 2.7.0
This commit is contained in:
parent
312b1c4a03
commit
1899f70f9f
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "portend";
|
||||
version = "2.6";
|
||||
version = "2.7.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "600dd54175e17e9347e5f3d4217aa8bcf4bf4fa5ffbc4df034e5ec1ba7cdaff5";
|
||||
sha256 = "ac0e57ae557f75dc47467579980af152e8f60bc2139547eff8469777d9110379";
|
||||
};
|
||||
|
||||
patches = [ ./black-19.10b0.patch ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue