1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python: django-sites: 0.9 -> 0.10

This commit is contained in:
Frederik Rietdijk 2018-07-22 12:08:07 +02:00
parent 99b739ecdd
commit 1650883b96

View file

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "django-sites";
version = "0.9";
version = "0.10";
meta = {
description = ''
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "05nrydk4a5a99qrxjrcnacs8nbbq5pfjikdpj4w9yn5yfayp057s";
sha256 = "f6f9ae55a05288a95567f5844222052b6b997819e174f4bde4e7c23763be6fc3";
};
propagatedBuildInputs = [ django ];