summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs/bintray-upload/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/5pkgs/bintray-upload/default.nix')
-rw-r--r--makefu/5pkgs/bintray-upload/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/5pkgs/bintray-upload/default.nix b/makefu/5pkgs/bintray-upload/default.nix
index 1e9582cc..099b8ca8 100644
--- a/makefu/5pkgs/bintray-upload/default.nix
+++ b/makefu/5pkgs/bintray-upload/default.nix
@@ -10,7 +10,7 @@ pkgs.python3Packages.buildPythonPackage rec {
sha256 = "1401saisk98n5wgw73nwh8hb484vayw5c6dlypxc1fp4ybym4zi9";
};
- propagatedBuildInputs = with pkgs.python3Packages; [ requests2 ];
+ propagatedBuildInputs = with pkgs.python3Packages; [ requests ];
meta = {
description = "Simple BinTray utility for uploading packages";