Skip to content

Commit a15ab34

Browse files
committedJan 11, 2017
pythonPackages.django_1_10: 1.10.4 -> 1.10.5
See https://docs.djangoproject.com/en/1.10/releases/1.10.5/ for release notes. (cherry picked from commit bd0d567)
1 parent fd1dbe5 commit a15ab34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/top-level/python-packages.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -9249,12 +9249,12 @@ in modules // {
92499249

92509250
django_1_10 = buildPythonPackage rec {
92519251
name = "Django-${version}";
9252-
version = "1.10.4";
9252+
version = "1.10.5";
92539253
disabled = pythonOlder "2.7";
92549254

92559255
src = pkgs.fetchurl {
92569256
url = "http://www.djangoproject.com/m/releases/1.10/${name}.tar.gz";
9257-
sha256 = "0asw60i4r5cdxb2jp6r09pdrwxxp8mvwbkz7vnx15n0hwmig1xzz";
9257+
sha256 = "12szjsmnfhh2yr54sfynyjr8vl0q9gb6qak3ayqcifcinrs97f0d";
92589258
};
92599259

92609260
patches = [

0 commit comments

Comments
 (0)
Please sign in to comment.