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

Commits on Sep 28, 2019

  1. python37Packages.cupy: 6.2.0 -> 6.3.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-cupy/versions
    r-ryantm committed Sep 28, 2019
    Copy the full SHA
    0feb3d4 View commit details

Commits on Sep 30, 2019

  1. Merge pull request #69782 from r-ryantm/auto-update/python3.7-cupy

    python37Packages.cupy: 6.2.0 -> 6.3.0
    Jon authored Sep 30, 2019
    Copy the full SHA
    c21ec6f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/cupy/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cupy/default.nix
Original file line number Diff line number Diff line change
@@ -6,11 +6,11 @@

buildPythonPackage rec {
pname = "cupy";
version = "6.2.0";
version = "6.3.0";

src = fetchPypi {
inherit pname version;
sha256 = "0d6liaavgqks772rqam53qha3yk6dfw24i0pj3izxvvawzhlp10z";
sha256 = "1q38riv63110ch170c1pyhq5jfbg8y0qmcdsqn8vb9sb79amvg93";
};

checkInputs = [