3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.poetry: 0.12.10 -> 0.12.16

This commit is contained in:
adisbladis 2019-06-18 09:47:46 +01:00
parent 1ef7e40a9c
commit 51ef6acb0b
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -32,11 +32,11 @@ let
in buildPythonPackage rec {
pname = "poetry";
version = "0.12.10";
version = "0.12.16";
src = fetchPypi {
inherit pname version;
sha256 = "00npb0jlimnk4r01zkhfmns4843j1hfhd388s326da5pd8n0dq7l";
sha256 = "0h4ldchggsh6gli16p1z25c4jj1in3yyzgqf285zidnjc6rlrqc8";
};
postPatch = ''