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: e9a5187d1eac
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 15f61a9b84e0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 24, 2020

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    15f61a9 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/scrapy/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/scrapy/default.nix
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
}:

buildPythonPackage rec {
version = "2.4.0";
version = "2.4.1";
pname = "Scrapy";

disabled = isPy27;
@@ -83,7 +83,7 @@ buildPythonPackage rec {

src = fetchPypi {
inherit pname version;
sha256 = "4ea7fbc902ee0b0a79b154d07a5f4e747e2146f272a748557941946000728479";
sha256 = "68c48f01a58636bdf0f6fcd5035a19ecf277b58af24bd70c36dc6e556df3e005";
};

postInstall = ''