python37Packages.django_compressor: 2.2 -> 2.3
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.7-django_compressor/versions
This commit is contained in:
parent
53328909da
commit
6b1aab3461
@ -2,11 +2,11 @@
|
|||||||
rcssmin, rjsmin, django_appconf }:
|
rcssmin, rjsmin, django_appconf }:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django_compressor";
|
pname = "django_compressor";
|
||||||
version = "2.2";
|
version = "2.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "9616570e5b08e92fa9eadc7a1b1b49639cce07ef392fc27c74230ab08075b30f";
|
sha256 = "1pbygd00l0k5p1r959131khij1km1a1grfxg0r59ar2wyx3n7j27";
|
||||||
};
|
};
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py --replace 'rcssmin == 1.0.6' 'rcssmin' \
|
substituteInPlace setup.py --replace 'rcssmin == 1.0.6' 'rcssmin' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user