Merge pull request #54152 from r-ryantm/auto-update/python3.7-iptools

python37Packages.iptools: 0.6.1 -> 0.7.0
This commit is contained in:
Jörg Thalheim 2019-01-17 07:46:44 +00:00 committed by GitHub
commit 6a9859c3fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,12 +5,12 @@
}:
buildPythonPackage rec {
version = "0.6.1";
version = "0.7.0";
pname = "iptools";
src = fetchPypi {
inherit pname version;
sha256 = "0f03875a5bed740ba4bf44decb6a78679cca914a1ee8a6cc468114485c4d98e3";
sha256 = "1sp2v76qqsgqjk0vqfbm2s4sc4mi0gkkpzjnvwih3ymmidilz2hi";
};
buildInputs = [ nose ];