Skip to content

Commit

Permalink
Revert "python: botocore: 1.12.96 -> 1.12.101"
Browse files Browse the repository at this point in the history
This reverts commit f328c30.

Forgot to remove this from my list of updates.
  • Loading branch information
FRidh committed Mar 2, 2019
1 parent cf1d44a commit e81595e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/botocore/default.nix
Expand Up @@ -12,11 +12,11 @@

buildPythonPackage rec {
pname = "botocore";
version = "1.12.101"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.12.96"; # N.B: if you change this, change boto3 and awscli to a matching version

src = fetchPypi {
inherit pname version;
sha256 = "46e4daaa7c8cb29237802b63699c16a116f96f301ad2fcfef800574333b58b98";
sha256 = "55c1594041e6716847d5a8b38181e3cc44e245edbf4598ae2b99e3040073b2cf";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit e81595e

Please sign in to comment.