Skip to content

Commit

Permalink
python37Packages.opt-einsum: 3.2.1 -> 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Jul 31, 2020
1 parent 6fb6633 commit 21b77ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/opt-einsum/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ buildPythonPackage, fetchPypi, lib, numpy, pytest_4 }:

buildPythonPackage rec {
version = "3.2.1";
version = "3.3.0";
pname = "opt_einsum";

src = fetchPypi {
inherit version pname;
sha256 = "165r7rsl5j94kna4q3vsaq71z23lgxd9b20dgb6abrlas6c6mdw3";
sha256 = "0jb5lia0q742d1713jk33vlj41y61sf52j6pgk7pvhxvfxglgxjr";
};

propagatedBuildInputs = [ numpy ];
Expand Down

0 comments on commit 21b77ce

Please sign in to comment.