Skip to content

Commit

Permalink
pythonPackages.datashape: 0.5.1 -> 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jul 29, 2016
1 parent 06f6c14 commit 4ab5728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4993,11 +4993,11 @@ in modules // {

datashape = buildPythonPackage rec {
name = "datashape-${version}";
version = "0.5.1";
version = "0.5.2";

src = pkgs.fetchurl {
url = "mirror://pypi/D/DataShape/${name}.tar.gz";
sha256 = "21c424f11604873da9a36d4c55ef1d15cc3960cd208d7828b82315c494bff96a";
sha256 = "2356ea690c3cf003c1468a243a9063144235de45b080b3652de4f3d44e57d783";
};

buildInputs = with self; [ pytest mock ];
Expand Down

0 comments on commit 4ab5728

Please sign in to comment.