mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
pythonPackages.django_raster: 0.2 -> 0.3
This commit is contained in:
parent
37ad0f8e6a
commit
6e9d8efbd1
@ -9366,11 +9366,11 @@ in modules // {
|
||||
|
||||
django_raster = buildPythonPackage rec {
|
||||
name = "django-raster-${version}";
|
||||
version = "0.2";
|
||||
version = "0.3";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/d/django-raster/${name}.tar.gz";
|
||||
sha256 = "1zdcxzj43qrv7cl6q9nb2dkfnsyn74dzf2igpnd6nbbfdnkif9bm";
|
||||
sha256 = "0vn11y07wag7yvjzrk7m99xs3cqyaaaklwcsik9zbvw0kwp2khni";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self ; [ numpy django_colorful pillow psycopg2
|
||||
|
Loading…
Reference in New Issue
Block a user