1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-04 19:45:54 +00:00

python: twine: 2.0.0 -> 3.1.1

This commit is contained in:
Frederik Rietdijk 2019-12-19 20:31:24 +01:00
parent 576e641d80
commit 8f969f99da

View file

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "twine";
version = "2.0.0";
version = "3.1.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "9fe7091715c7576df166df8ef6654e61bada39571783f2fd415bdcba867c6993";
sha256 = "d561a5e511f70275e5a485a6275ff61851c16ffcb3a95a602189161112d9f160";
};
propagatedBuildInputs = [ pkginfo requests requests_toolbelt tqdm pyblake2 readme_renderer ];