python36Packages.xdot: 0.9 -> 1.0

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.6-xdot/versions
This commit is contained in:
R. RyanTM 2018-10-23 19:46:24 -07:00 committed by Frederik Rietdijk
parent 27337bcf34
commit 06145c9c81

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "xdot";
version = "0.9";
version = "1.0";
src = fetchPypi {
inherit pname version;
sha256 = "01v9vmgdxz1q2m2vq2b4aqx4ycw7grc0l4is673ygvyg9rk02dx3";
sha256 = "18a2ri8vggaxy7im1x9hki34v519y5jy4n07zpqq5br9syb7h1ky";
};
disabled = !isPy3k;