mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python: uarray: 0.5.1 -> 0.6.0
This commit is contained in:
parent
2429e617cb
commit
ccdacfab6a
1 changed files with 2 additions and 2 deletions
|
@ -17,11 +17,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "uarray";
|
||||
version = "0.5.1";
|
||||
version = "0.6.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0j2pin54pwm1vdgza8irxcjb2za7h41c0ils04afssdn59cixslx";
|
||||
sha256 = "fa63ae7034833a99bc1628d3cd5501d4d00f2e6437b6cbe73f710dcf212a6bea";
|
||||
};
|
||||
|
||||
doCheck = false; # currently has circular dependency module import, remove when bumping to >0.5.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue