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

Commits on Nov 11, 2020

  1. python37Packages.snowflake-connector-python: 2.3.4 -> 2.3.5

    r-ryantm authored and Jonathan Ringer committed Nov 11, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    raboof Arnout Engelen
    Copy the full SHA
    df76f01 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/snowflake-connector-python/default.nix
Original file line number Diff line number Diff line change
@@ -25,12 +25,12 @@

buildPythonPackage rec {
pname = "snowflake-connector-python";
version = "2.3.4";
version = "2.3.5";
disabled = isPy27;

src = fetchPypi {
inherit pname version;
sha256 = "5a072ee61ef156e5938e04447f0b99248b87ef262e498b5e5002f5b579cd7fb2";
sha256 = "b953a53141a88406e9c0e3144582a7c257e5c89fa81e97664d520999991812e7";
};

propagatedBuildInputs = [