mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python: pyqtgraph: 0.9.10 -> 0.10.0
This commit is contained in:
parent
b7fe55f77a
commit
caa9018846
@ -9,11 +9,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyqtgraph";
|
||||
version = "0.9.10";
|
||||
version = "0.10.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "188pcxf3sxxjf0aipjn820lx2rf9f42zzp0sibmcl90955a3ipf1";
|
||||
sha256 = "4c08ab34881fae5ecf9ddfe6c1220b9e41e6d3eb1579a7d8ef501abb8e509251";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ scipy numpy pyqt4 pyopengl ];
|
||||
|
Loading…
Reference in New Issue
Block a user