mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
python: portend: 2.5 -> 2.6
This commit is contained in:
parent
4336fce5de
commit
7126d0f013
@ -3,11 +3,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "portend";
|
||||
version = "2.5";
|
||||
version = "2.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "19dc27bfb3c72471bd30a235a4d5fbefef8a7e31cab367744b5d87a205e7bfd9";
|
||||
sha256 = "600dd54175e17e9347e5f3d4217aa8bcf4bf4fa5ffbc4df034e5ec1ba7cdaff5";
|
||||
};
|
||||
|
||||
patches = [ ./black-19.10b0.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user