Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 33a4de2941d4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6399ddcbdf52
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 8, 2018

  1. Copy the full SHA
    133869e View commit details
  2. Merge pull request #33606 from lsix/django_2_0_1

    pythonPackages.django_2_0 -> 2.0 -> 2.0.1
    FRidh authored Jan 8, 2018
    Copy the full SHA
    6399ddc View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/django/2_0.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/django/2_0.nix
Original file line number Diff line number Diff line change
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "Django";
name = "${pname}-${version}";
version = "2.0";
version = "2.0.1";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "0iqzqd1jrc4gg5qygxxzbddc8xzk85j0gikk5g9wpy3z98fqa54n";
sha256 = "0by1gswkrzxn594fa26llkzsc410999fq8s0b5d1598jwi5q0syr";
};

patches = stdenv.lib.optionals withGdal [