pythonPackages.pythonix: 0.1.4 -> 0.1.6

This commit is contained in:
adisbladis 2019-04-10 17:27:07 +01:00
parent fc1603583b
commit f15bd3cca3
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "pythonix";
version = "0.1.4";
version = "0.1.6";
format = "other";
src = fetchFromGitHub {
owner = "Mic92";
repo = "pythonix";
rev = "v${version}";
sha256 = "1q1fagfwzvmcm1n3a0liay7m5krazmhw9l001m90rrz2x7vrsqwk";
sha256 = "1qzcrpn333hsgn6fj1m1s3cvaf0ny8qpygamcrazqv57xmwyr8h5";
};
disabled = !isPy3k;
@ -24,6 +24,5 @@ buildPythonPackage rec {
'';
maintainers = [ maintainers.mic92 ];
license = licenses.mit;
broken = true;
};
}