0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python.pkgs: many updates

This commit is contained in:
Frederik Rietdijk 2017-08-24 19:34:20 +02:00
parent fb43574456
commit d58e1f1c7b
83 changed files with 186 additions and 175 deletions

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "django-polymorphic";
version = "1.2";
version = "1.3";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;
sha256 = "1bz86711sx2b66rl2xz141xppsfmlxilkgjgq0jsavpw37vg7r3r";
sha256 = "8737b465ebf5fad772b4c52272189c352f5904f468d298584a3469187e3207ad";
};
checkInputs = [ django ];