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

Commits on May 28, 2018

  1. python: cffi: 1.11.4 -> 1.11.5

    (cherry picked from commit 0e5e184)
    FRidh committed May 28, 2018
    Copy the full SHA
    ab6d081 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/cffi/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cffi/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@

if isPyPy then null else buildPythonPackage rec {
pname = "cffi";
version = "1.11.4";
version = "1.11.5";
name = "${pname}-${version}";

src = fetchPypi {
inherit pname version;
sha256 = "df9083a992b17a28cd4251a3f5c879e0198bb26c9e808c4647e0a18739f1d11d";
sha256 = "e90f17980e6ab0f3c2f3730e56d1fe9bcba1891eeea58966e89d352492cc74f4";
};

outputs = [ "out" "dev" ];