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

Commits on Apr 22, 2020

  1. python3Packages.cryptography: 2.9 -> 2.9.1

    "Updated Windows, macOS, and ``manylinux`` wheels to be compiled with
    OpenSSL 1.1.1g."
    primeos authored and FRidh committed Apr 22, 2020

    Unverified

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

buildPythonPackage rec {
pname = "cryptography";
version = "2.9"; # Also update the hash in vectors.nix
version = "2.9.1"; # Also update the hash in vectors.nix

src = fetchPypi {
inherit pname version;
sha256 = "0vlqy2pki0fh1h6l6cbb43z3g2n9fv0849dzb5gqwjv0bkpx7b0c";
sha256 = "13inbbc3vqv0vpfww65f8pj3isghbcrd3m63xfyd8swl9f5xc2yf";
};

outputs = [ "out" "dev" ];
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/cryptography/vectors.nix
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ buildPythonPackage rec {

src = fetchPypi {
inherit pname version;
sha256 = "1h7dcgwrjxqk1bzkangbvlhhlgyqd7cfi894dv1cd5m2sp7csblc";
sha256 = "1ydkrj67jf26ys8v5qflqsnlj3hd4494ym44120dpvk7b7v037ci";
};

# No tests included