python3Packages.pyx: 0.16 -> 0.17
This commit was automatically generated using update-python-libraries. Co-authored-by: Michael Daniels <mdaniels5757@gmail.com>
This commit is contained in:
co-authored by
Michael Daniels
parent
183eb8f2eb
commit
1d3bdd07a2
@@ -7,14 +7,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyx";
|
||||
version = "0.16";
|
||||
version = "0.17";
|
||||
format = "setuptools";
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "PyX";
|
||||
inherit version;
|
||||
hash = "sha256-TY4+RxzT6am9E9UIbN98CvGww/PhledPX2MxjcQKZtg=";
|
||||
inherit pname version;
|
||||
hash = "sha256-O8iqgJExVZ96XA4fESm0LHGt423wMyET9cV3k4SjmvE=";
|
||||
};
|
||||
|
||||
# No tests in archive
|
||||
|
||||
Reference in New Issue
Block a user