Skip to content

Commit

Permalink
python37Packages.libcloud: 2.3.0 -> 2.4.0 (#55219)
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-apache-libcloud/versions
  • Loading branch information
r-ryantm authored and dotlambda committed Feb 9, 2019
1 parent 012b43d commit 3e2513f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/libcloud/default.nix
Expand Up @@ -11,11 +11,11 @@

buildPythonPackage rec {
pname = "apache-libcloud";
version = "2.3.0";
version = "2.4.0";

src = fetchPypi {
inherit pname version;
sha256 = "0e2eee3802163bd0605975ed1e284cafc23203919bfa80c0cc5d3cd2543aaf97";
sha256 = "0daj3mkzw79v5zin2r1s2wkrz1hplfc16bwj4ss68i5qjq4l2p0j";
};

checkInputs = [ mock pytest pytestrunner requests-mock ];
Expand Down

0 comments on commit 3e2513f

Please sign in to comment.