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

Commits on Nov 14, 2020

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Ma27 Maximilian Bosch
    Copy the full SHA
    1f9b396 View commit details
  2. Merge pull request #103780 from r-ryantm/auto-update/python3.7-vowpal…

    …wabbit
    
    python37Packages.vowpalwabbit: 8.8.1 -> 8.9.0
    ryantm authored Nov 14, 2020
    Copy the full SHA
    d7491ce View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/vowpalwabbit/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/vowpalwabbit/default.nix
Original file line number Diff line number Diff line change
@@ -15,11 +15,11 @@

buildPythonPackage rec {
pname = "vowpalwabbit";
version = "8.8.1";
version = "8.9.0";

src = fetchPypi{
inherit pname version;
sha256 = "17fw1g4ka9jppd41srw39zbp2b8h81izc71bbggxgf2r0xbdpga6";
sha256 = "37fb7a400f3a7923a04df9921b3eef1bbe96117424ef083dcfed0e4eea77fa08";
};

nativeBuildInputs = [