Skip to content

Commit

Permalink
pythonPackages.zope_copy: 4.0.2 -> 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz committed Mar 20, 2018
1 parent 685dd8d commit 12695be
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pkgs/development/python-modules/zope_copy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,23 @@


buildPythonPackage rec {
pname = "zope_copy";
version = "4.0.2";
pname = "zope.copy";
version = "4.1.0";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "eb2a95866df1377741876a3ee62d8600e80089e6246e1a235e86791b29534457";
sha256 = "702dbb52e2427a1cc2e2b4b3f5a40c64dcbf9ebed85888ae8fa67172263a6994";
};

propagatedBuildInputs = [ zope_interface ];

checkInputs = [ zope_location zope_schema ];

checkPhase = ''
python -m unittest discover -s src/zope/copy
'';

meta = {
maintainers = with lib.maintainers; [ domenkozar ];
};
}
}

0 comments on commit 12695be

Please sign in to comment.