0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.portend: 2.6 -> 2.7.0

This commit is contained in:
Frederik Rietdijk 2020-11-29 15:04:36 +01:00
parent 312b1c4a03
commit 1899f70f9f

View file

@ -3,11 +3,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "portend"; pname = "portend";
version = "2.6"; version = "2.7.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "600dd54175e17e9347e5f3d4217aa8bcf4bf4fa5ffbc4df034e5ec1ba7cdaff5"; sha256 = "ac0e57ae557f75dc47467579980af152e8f60bc2139547eff8469777d9110379";
}; };
patches = [ ./black-19.10b0.patch ]; patches = [ ./black-19.10b0.patch ];