python3Packages.django_2: 2.2.24 -> 2.2.26

This commit is contained in:
Martin Weinelt 2022-01-04 14:55:00 +01:00
parent a738715d80
commit ffcf2ec833
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -6,13 +6,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "Django"; pname = "Django";
version = "2.2.25"; version = "2.2.26";
disabled = !isPy3k; disabled = !isPy3k;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-seZerzcTR9SxPrfgYbCXhslzBh3pU5DDJ8hcHiqiNJw="; sha256 = "sha256-36U3Jn1SxiQ6YrMoVadEyoPDfHBgCqz/v9mLxdbYUY8=";
}; };
patches = lib.optional withGdal patches = lib.optional withGdal